thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error

Header: <threads.h>

Identifiers for thread states and errors.

# Declarations

enum {
thrd_success = /* unspecified */,
thrd_nomem = /* unspecified */,
thrd_timedout = /* unspecified */,
thrd_busy = /* unspecified */,
thrd_error = /* unspecified */
};

(since C11)