14#ifndef CONDITIONVARFULL_H
15#define CONDITIONVARFULL_H
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.
ConditionVarFull(Mutex &mutex)
You must pass in a Mutex to the condition variable constructor.
Mutex & get_mutex() const
Returns the mutex associated with this condition variable.
A standard mutex, or mutual exclusion lock.
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.