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