#include <Select_Reactor.h>
Public Methods | |
| ACE_Guard (ACE_Select_Reactor_Token_T< ACE_Noop_Token > &) | |
| ACE_Guard (ACE_Select_Reactor_Token_T< ACE_Noop_Token > &, int) | |
| ~ACE_Guard (void) | |
| int | acquire (void) |
| int | tryacquire (void) |
| int | release (void) |
| int | locked (void) |
| int | remove (void) |
| void | dump (void) const |
Private Methods | |
| void | operator= (const ACE_Guard< ACE_Select_Reactor_Token_T< ACE_Noop_Token > > &) |
| ACE_Guard (const ACE_Guard< ACE_Select_Reactor_Token_T< ACE_Noop_Token > > &) | |
This specialization is useful since it helps to speedup performance of the "Null_Mutex" considerably.
Definition at line 37 of file Select_Reactor.h.
|
|
Definition at line 43 of file Select_Reactor.h.
00043 {}
|
|
|
|
|
||||||||||||
|
Definition at line 42 of file Select_Reactor.h.
00042 {}
|
|
|
Definition at line 41 of file Select_Reactor.h.
00041 {}
|
|
|
Definition at line 45 of file Select_Reactor.h.
00045 { return 0; }
|
|
|
Definition at line 50 of file Select_Reactor.h.
00050 {}
|
|
|
Definition at line 48 of file Select_Reactor.h.
00048 { return 1; }
|
|
|
|
|
|
Definition at line 47 of file Select_Reactor.h.
00047 { return 0; }
|
|
|
Definition at line 49 of file Select_Reactor.h.
00049 { return 0; }
|
|
|
Definition at line 46 of file Select_Reactor.h.
00046 { return 0; }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002