P99
enum mtx_type

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines