23 ConditionVarDebug(mutex)
36 return (
Mutex &)ConditionVarDebug::get_mutex();
39 #endif // DEBUG_THREADS A standard mutex, or mutual exclusion lock.
ConditionVar(Mutex &mutex)
You must pass in a Mutex to the condition variable constructor.
MutexDirect & get_mutex() const
Returns the mutex associated with this condition variable.
A condition variable, usually used to communicate information about changing state to a thread that i...
Mutex & get_mutex() const
Returns the mutex associated with this condition variable.