#include <Semaphore.h>
Public Methods | |
| Semaphore (int initialCount, int maxCount, const char *name) | |
| ~Semaphore () | |
| void | wait () |
| long | signal (int amount=1) |
Protected Attributes | |
| HANDLE | mutex_ |
|
||||||||||||||||
|
Definition at line 3 of file Semaphore.cpp. |
|
|
Definition at line 16 of file WinNT/Semaphore.h. |
|
|
Definition at line 16 of file Semaphore.cpp. References mutex_. |
|
|
Definition at line 10 of file Semaphore.cpp. References mutex_. |
|
|
Definition at line 12 of file WinNT/Semaphore.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001