Wait condition for alerting other threads of an action. More...
Public Member Functions | |
| void | Broadcast () |
| void | Broadcast () |
| void | Signal () |
| void | Signal () |
| void | Wait (Mutex *mutex_to_unlock) |
| void | Wait (Mutex *mutex_to_unlock) |
| void | WaitMillis (Mutex &mutex_to_unlock, unsigned millis) |
| void | WaitMillis (Mutex &mutex_to_unlock, unsigned millis) |
| void | WaitSec (Mutex &mutex_to_unlock, unsigned sec) |
| void | WaitSec (Mutex &mutex_to_unlock, unsigned sec) |
Wait condition for alerting other threads of an action.
Definition at line 257 of file thread.h.
1.6.3