|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defined in header <threads.h> | ||
void cnd_destroy(cnd_t* cond); | (since C11) | |
Destroys the condition variable pointed to bycond.
If there are threads waiting oncond, the behavior is undefined.
Contents |
| cond | - | pointer to the condition variable to destroy |
(none)
C++ documentation for~condition_variable | |
C++ documentation for~condition_variable_any |