#define ONIXS_FIXENGINE_API
Condition()
Initializes the instance.
void signal()
Signals the one waiting thread.
void signalAll()
Signals all waiting threads.
~Condition()
Destructs the instance.
void wait(Mutex &lock)
Blocks on a condition.
Protects a resources from the simultaneous access by multiple threads.