Conditions allow threads to signal an event and to wait for such a signal, respectively. More...
Public Member Functions | |
Condition () | |
Constructor. More... |
|
~Condition () | |
Destructor. More... |
|
void | wait () |
Wait for the condition to be signaled. More... |
|
void | signal () |
Signal the condition. More... |
|
Conditions allow threads to signal an event and to wait for such a signal, respectively.
|
inline |
Constructor.
|
inline |
Destructor.
|
inline |
|
inline |
Wait for the condition to be signaled.
If the condition is already signaled at this time the call will return immediately.