Go to the documentation of this file.
14 #ifndef CONDITIONVAR_H
15 #define CONDITIONVAR_H
39 class EXPCL_PANDA_PIPELINE
ConditionVar :
public ConditionVarDebug
42 #endif // DEBUG_THREADS
57 void notify_all() =
delete;
ConditionVar(Mutex &mutex)
You must pass in a Mutex to the condition variable constructor.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A standard mutex, or mutual exclusion lock.
A condition variable, usually used to communicate information about changing state to a thread that i...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.