Public Member Functions | |
ConditionVar (Mutex mutex) | |
You must pass in a Mutex to the condition variable constructor. | |
Mutex | getMutex () |
Returns the mutex associated with this condition variable. |
ConditionVar | ( | Mutex | mutex | ) |
Returns the mutex associated with this condition variable.
Reimplemented from ConditionVarDirect.