header

<mutex>

Mutex
Header with facilities that allow mutual exclusion (mutex) of concurrent execution of critical sections of code, allowing to explicitly avoid data races.

It contains mutex types, lock types and specific functions:


Classes

Mutexes


Locks


Other types


Functions