|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defined in header <threads.h> | ||
enum{ thrd_success=/* unspecified */, | (since C11) | |
Identifiers for thread states and errors.
| Constant | Explanation |
thrd_success | indicates successful return value |
thrd_nomem | indicates unsuccessful return value due to out of memory condition |
thrd_timedout | indicates timed out return value |
thrd_busy | indicates unsuccessful return value due to resource temporary unavailable |
thrd_error | indicates unsuccessful return value |