#define ONIXS_FIXENGINE_API
void release()
Increments the semaphore "counter" by one.
Semaphore(unsigned int count=1)
Initializes the instance with the given value of the "count".
~Semaphore()
Destructs the object.
bool tryAcquire()
Tries to acquire the semaphore object.
void acquire()
Decrements the semaphore "counter" by one.