ACE
6.1.0
|
Auto Events. More...
#include <Auto_Event.h>
Public Member Functions | |
ACE_Auto_Event (int initial_state=0, int type=USYNC_THREAD, const char *name=0, void *arg=0) | |
Constructor which will create auto event. | |
ACE_Auto_Event (int initial_state, int type, const wchar_t *name, void *arg=0) | |
Constructor which will create auto event (wchar_t version) | |
~ACE_Auto_Event (void) | |
Default dtor. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
Auto Events.
Specialization of Event mechanism which wakes up one waiting thread on signal
. All platforms support process-scope locking support. However, only Win32 platforms support global naming and system-scope locking support.
ACE_Auto_Event::ACE_Auto_Event | ( | int | initial_state = 0 , |
int | type = USYNC_THREAD , |
||
const char * | name = 0 , |
||
void * | arg = 0 |
||
) |
Constructor which will create auto event.
ACE_Auto_Event::ACE_Auto_Event | ( | int | initial_state, |
int | type, | ||
const wchar_t * | name, | ||
void * | arg = 0 |
||
) |
Constructor which will create auto event (wchar_t version)
ACE_Auto_Event::~ACE_Auto_Event | ( | void | ) | [inline] |
Default dtor.
void ACE_Auto_Event::dump | ( | void | ) | const |
Dump the state of an object.
Reimplemented from ACE_Event.
Declare the dynamic allocation hooks.
Reimplemented from ACE_Event.