#include <ConditionVariable.hpp>
Public Member Functions | |
| ConditionVariable () | |
| ~ConditionVariable () | |
| void | wait (Mutex &mutex) |
| bool | wait (Mutex &mutex, UINT64 microseconds) |
| void | notifyOne () |
| void | notifyAll () |
Private Attributes | |
| pthread_cond_t | _condition |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3.4