Panda3D
|
Public Member Functions | |
__init__ (Mutex mutex) | |
You must pass in a Mutex to the condition variable constructor. More... | |
Mutex | getMutex () |
Returns the mutex associated with this condition variable. More... | |
![]() | |
MutexDirect | getMutex () |
Returns the mutex associated with this condition variable. More... | |
notify () | |
Informs one of the other threads who are currently blocked on wait() that the relevant condition has changed. More... | |
output (Ostream out) | |
This method is declared virtual in ConditionVarDebug, but non-virtual in ConditionVarDirect. More... | |
wait () | |
Waits on the condition. More... | |
wait (double timeout) | |
Waits on the condition, with a timeout. More... | |
__init__ | ( | Mutex | mutex | ) |
Mutex getMutex | ( | ) |
Returns the mutex associated with this condition variable.