C11 mutex types.
- Enumerator:
| mtx_plain |
passed to mtx_init to create a mutex object that supports neither timeout nor test and return
|
| mtx_recursive |
passed to mtx_init to create a mutex object that supports recursive locking
|
| mtx_timed |
passed to mtx_init to create a mutex object that supports timeout
|
Definition at line 233 of file p99_threads.h.