P99

◆ thrd_status

C11 thread function return values.

Enumerator
thrd_timedout 

returned by a timed wait function to indicate that the time specified in the call was reached without acquiring the requested resource

thrd_success 

returned by a function to indicate that the requested operation succeeded

thrd_busy 

returned by a function to indicate that the requested operation failed because a resource requested by a test and return function is already in use

thrd_error 

returned by a function to indicate that the requested operation failed

thrd_nomem 

returned by a function to indicate that the requested operation failed because it was unable to allocate memory

thrd_intr 

(extension) returned by ::thrd_sleep to indicate that the corresponding request has been interrupted by a signal

Definition at line 110 of file p99_tss.h.