|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defined in header <threads.h> | ||
void mtx_destroy(mtx_t*mutex); | (since C11) | |
Destroys the mutex pointed to bymutex.
If there are threads waiting onmutex, the behavior is undefined.
Contents |
| mutex | - | pointer to the mutex to destroy |
(none)
C++ documentation for~mutex | |
C++ documentation for~timed_mutex | |
C++ documentation for~recursive_mutex | |
C++ documentation for~recursive_timed_mutex |