32
Thread support library
[thread]
32.5
Mutual exclusion
[thread.mutex]
32.5.1
General
[thread.mutex.general]
1
#
Subclause
[thread.
mutex]
provides mechanisms for mutual exclusion: mutexes, locks, and call once
.
These mechanisms ease the production of race-free programs (
[intro.
multithread]
)
.