|
sprint 1-alpha
|
Semaphore object. More...
#include <semaphore.h>
Public Member Functions | |
| semaphore (unsigned int queuesize) | |
| long | release () |
| release function increases the count of the specified semaphore object. | |
| bool | wait () |
| Wait semaphore. | |
| HANDLE | gethandle () |
Semaphore object.
1.7.4