|
Trippin Cyril
|
Simple cond var wrapping class. More...
#include <Thread.h>
Public Member Functions | |
| CondVar () | |
| virtual | ~CondVar () |
| bool | Signal () |
| bool | Wait (Mutex *mutex) |
Simple cond var wrapping class.
| trippingcyril::thread::CondVar::CondVar | ( | ) |
Constructor
|
virtual |
Deconstructor
| bool trippingcyril::thread::CondVar::Signal | ( | ) |
Signals any waiting operations
| bool trippingcyril::thread::CondVar::Wait | ( | Mutex * | mutex | ) |
Waits for any signals
1.8.6