29 ConditionVarFullDebug(mutex)
41 INLINE ConditionVarFull::
66 INLINE
void ConditionVarFull::
80 return (
Mutex &)ConditionVarFullDebug::get_mutex();
83 #endif // DEBUG_THREADS A standard mutex, or mutual exclusion lock.
Mutex & get_mutex() const
Returns the mutex associated with this condition variable.
ConditionVarFull(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...
This class implements a condition variable; see ConditionVar for a brief introduction to this class...
ConditionVarFullDirect(MutexDirect &mutex)
You must pass in a Mutex to the condition variable constructor.