|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defined in header <threads.h> | ||
enum{ mtx_plain=/* unspecified */, | (since C11) | |
When passed tomtx_init, identifies the type of a mutex to create.
| Constant | Explanation |
mtx_plain | plain mutex |
mtx_recursive | recursive mutex |
mtx_timed | timed mutex |
(C11) | creates a mutex (function)[edit] |