#include <Semaphore.h>
Public Member Functions | |
Semaphore (int initialCounter=0) | |
~Semaphore () | |
bool | acquire (int timeoutInMs=-1) |
void | release () |
Definition at line 33 of file Semaphore.h.
Semaphore | ( | int | initialCounter = 0 | ) |
~Semaphore | ( | ) |
bool acquire | ( | int | timeoutInMs = -1 | ) |
void release | ( | ) |