23 LightMutex() : MutexDebug(string(), false, true)
37 LightMutex(
const char *name) : MutexDebug(string(name), false, true)
51 LightMutex(
const string &name) : MutexDebug(name, false, true)
87 INLINE
void LightMutex::
This is a standard, non-reentrant mutex, similar to the Mutex class.