15 #ifndef CONDITIONVARFULL_H 16 #define CONDITIONVARFULL_H 18 #include "pandabase.h" 19 #include "conditionVarFullDebug.h" 20 #include "conditionVarFullDirect.h" 54 #endif // DEBUG_THREADS 58 INLINE ~ConditionVarFull();
61 INLINE
void operator = (
const ConditionVarFull ©);
67 #include "conditionVarFull.I" 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.
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...