23 Mutex() : MutexDebug(string(), false, false)
37 Mutex(
const char *name) : MutexDebug(string(name), false, false)
51 Mutex(
const string &name) : MutexDebug(name, false, false)
74 Mutex(
const Mutex ©) : MutexDebug(string(), false, false)
88 operator = (
const Mutex ©) {
A standard mutex, or mutual exclusion lock.