#include <ace/Synch.h> class ACE_Thread_Semaphore : public ACE_Semaphore {
public:
ACE_Thread_Semaphore ( u_int count, LPCTSTR name = 0, void * = 0, int max = 0x7FFFFFFF );
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
};
ACE_Thread_Semaphore (
u_int count,
LPCTSTR name = 0,
void * = 0,
int max = 0x7FFFFFFF
);
count
and a
maximum value of max
.
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;