Public Member Functions | |
Condition (Mutex &lock) | |
~Condition () | |
void | signal () |
void | signalAll () |
void | wait () |
Condition variable enables threads to atomically block and test condition under protection of mutual exclusion lock (Mutex) until condition is satisfied.