33
Concurrency support library
[thread]
33.6
Mutual exclusion
[thread.mutex]
33.6.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]
)
.