#define ONIXS_FIXENGINE_API
The condition variable - a synchronization objects that allows threads to wait for certain events (co...
~Mutex()
Destructs the instance.
void release()
Releases the ownership (lock) and unblocks one of waiting threads.
Mutex()
Initializes the instance.
friend ONIXS_FIXENGINE_API_DECL(class, Condition)
bool tryAcquire()
Acquires the lock ownership if the Mutex is not owned by any thread.
void acquire()
Acquires the lock ownership.