29 ConditionVarFullDebug(mutex)
41 INLINE ConditionVarFull::
53 ConditionVarFullDebug(copy.get_mutex())
66 INLINE
void ConditionVarFull::
80 return (
Mutex &)ConditionVarFullDebug::get_mutex();
83 #endif // DEBUG_THREADS
A standard mutex, or mutual exclusion lock.
ConditionVarFull(Mutex &mutex)
You must pass in a Mutex to the condition variable constructor.
A condition variable, usually used to communicate information about changing state to a thread that i...
MutexDirect & get_mutex() const
Returns the mutex associated with this condition variable.
This class implements a condition variable; see ConditionVar for a brief introduction to this class...
Mutex & get_mutex() const
Returns the mutex associated with this condition variable.