#include <Thread_Semaphore.h>
Inheritance diagram for ACE_Thread_Semaphore:
Public Member Functions | |
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. |
ACE_Thread_Semaphore::ACE_Thread_Semaphore | ( | unsigned int | count = 1 , |
|
const ACE_TCHAR * | name = 0 , |
|||
void * | = 0 , |
|||
int | max = 0x7FFFFFFF | |||
) |
Initialize the semaphore, with an initial value of count, maximum value of max, and unlocked by default.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_Thread_Semaphore::~ACE_Thread_Semaphore | ( | void | ) |
Default dtor.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_Thread_Semaphore::dump | ( | void | ) | const |