<Flags specifying a type of a mutex
Enumerator |
---|
chsv_mtx_plain | A plain mutex.
|
chsv_mtx_try | A mutex that supports attempts to be owned by threads.
|
chsv_mtx_timed | A mutex that supports timed waiting.
|
chsv_mtx_recursive | A mutex that supports nested lock-unlock pairs.
|