ACE
6.2.5
|
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. More... | |
ACE_Auto_Event (int initial_state, int type, const wchar_t *name, void *arg=0) | |
Constructor which will create auto event (wchar_t version) More... | |
virtual | ~ACE_Auto_Event (void) |
Default dtor. More... | |
![]() | |
ACE_Auto_Event_T (int initial_state=0, int type=USYNC_THREAD, const char *name=0, void *arg=0) | |
Constructor which will create auto event. More... | |
ACE_Auto_Event_T (int initial_state, int type, const wchar_t *name, void *arg=0) | |
Constructor which will create auto event (wchar_t version) More... | |
virtual | ~ACE_Auto_Event_T (void) |
Default dtor. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
![]() | |
ACE_Event_T (int manual_reset=0, int initial_state=0, int type=USYNC_THREAD, const ACE_TCHAR *name=0, void *arg=0, LPSECURITY_ATTRIBUTES sa=0) | |
Constructor that creates event. More... | |
virtual | ~ACE_Event_T (void) |
Implicitly destroy the event variable. More... | |
ACE_Time_Value_T < ACE_System_Time_Policy > | gettimeofday (void) const |
void | set_time_policy (ACE_System_Time_Policyconst &time_policy) |
![]() | |
virtual | ~ACE_Event_Base (void) |
Implicitly destroy the event variable. More... | |
int | remove (void) |
ACE_event_t | handle (void) const |
Underlying handle to event. More... | |
void | handle (ACE_event_t new_handle) |
int | wait (void) |
int | wait (const ACE_Time_Value *abstime, int use_absolute_time=1) |
int | signal (void) |
int | pulse (void) |
int | reset (void) |
Set to nonsignaled state. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Additional Inherited Members | |
![]() | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
![]() | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
![]() | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
![]() | |
ACE_Event_Base () | |
Only derived classes allowed to construct event. More... | |
![]() | |
ACE_System_Time_Policy | time_policy_ |
The policy to return the current time of day. More... | |
![]() | |
ACE_event_t | handle_ |
The underlying handle. More... | |
bool | removed_ |
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.
|
inline |
Constructor which will create auto event.
|
inline |
Constructor which will create auto event (wchar_t version)
|
inlinevirtual |
Default dtor.