thread::mutex

Create and work with ordinary mutexes.

thread::mutex create ?-recursive?
thread::mutex destroy mutex
thread::mutex lock mutex
thread::mutex unlock mutex

See also