#include <Thread_Semaphore.h>
Inheritance diagram for ACE_Thread_Semaphore:
Public Methods | |
ACE_Thread_Semaphore (unsigned int count=1, const ACE_TCHAR *name=0, void *=0, int max=0x7FFFFFFF) | |
~ACE_Thread_Semaphore (void) | |
Default dtor. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
|
Initialize the semaphore, with an initial value of <count>, maximum value of <max>, and unlocked by default. |
|
Default dtor.
|
|
Dump the state of an object.
Reimplemented from ACE_Semaphore. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Semaphore. |