14 #ifndef CONDITIONVARDIRECT_H
15 #define CONDITIONVARDIRECT_H
43 BLOCKING INLINE
void wait();
44 BLOCKING INLINE
void wait(
double timeout);
46 void output(std::ostream &out)
const;
50 ConditionVarImpl _impl;
A condition variable, usually used to communicate information about changing state to a thread that i...
void output(std::ostream &out) const
This method is declared virtual in ConditionVarDebug, but non-virtual in ConditionVarDirect.
This class implements a standard mutex by making direct calls to the underlying implementation layer.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.