threads library

<threads.h> implementation for stdc

Contains C11 threading utilities.

Classes

mtx_t
C11 thread mutex
thrd_t
C11 thread structure

Extensions

ThreadsStdc on Stdc
C11 Threads implementation mapping to Dart Isolates.

Constants

mtx_plain → const int
Plain mutex type.
mtx_recursive → const int
Recursive mutex type.
mtx_timed → const int
Timed mutex type.
thrd_busy → const int
Resource busy.
thrd_error → const int
Generic error.
thrd_nomem → const int
Out of memory error.
thrd_success → const int
Thread completed successfully.
thrd_timedout → const int
Thread timed out.