19 LightMutex() : MutexDebug(std::string(), false, true)
31 LightMutex(
const char *name) : MutexDebug(std::string(name), false, true)
43 LightMutex(
const std::string &name) : MutexDebug(name, false, true)
This is a standard, non-reentrant mutex, similar to the Mutex class.