Difference between revisions of "c/thread"
From cppreference.com
< c
(→Condition variables: fix link) |
|||
Line 45: | Line 45: | ||
{{dcl list template | c/thread/dcl list cnd_broadcast}} | {{dcl list template | c/thread/dcl list cnd_broadcast}} | ||
{{dcl list template | c/thread/dcl list cnd_wait}} | {{dcl list template | c/thread/dcl list cnd_wait}} | ||
− | {{dcl list template | c/thread/dcl list | + | {{dcl list template | c/thread/dcl list cnd_timedwait}} |
{{dcl list template | c/thread/dcl list cnd_destroy}} | {{dcl list template | c/thread/dcl list cnd_destroy}} | ||
{{dcl list end}} | {{dcl list end}} |
Revision as of 10:24, 3 August 2012
If the macro constant __STDC_NO_THREADS__
(C11) is defined by the compiler, the header <threads.h>
and all of the names listed here are not provided.
Contents |
Threads
Mutual exclusion
Condition variables
Defined in header
<threads.h> | |
cnd_t
|
condition variable identifier |