ACE
6.4.2
|
#include <Token.h>
Public Types | |
enum | QUEUEING_STRATEGY { FIFO = -1, LIFO = 0 } |
Queueing strategy. More... | |
Public Member Functions | |
int | queueing_strategy (void) |
Get queueing strategy. More... | |
void | queueing_strategy (int queueing_strategy) |
Set queueing strategy. More... | |
int | renew (int=0, ACE_Time_Value *=0) |
void | dump (void) const |
Dump the state of an object. More... | |
Public Member Functions inherited from ACE_Null_Mutex | |
ACE_Null_Mutex (const ACE_TCHAR *=0) | |
~ACE_Null_Mutex (void) | |
int | remove (void) |
Return 0. More... | |
int | acquire (void) |
Return 0. More... | |
int | acquire (ACE_Time_Value &) |
Return -1 with errno == ETIME . More... | |
int | acquire (ACE_Time_Value *) |
Return -1 with errno == ETIME . More... | |
int | tryacquire (void) |
Return 0. More... | |
int | release (void) |
Return 0. More... | |
int | acquire_write (void) |
Return 0. More... | |
int | tryacquire_write (void) |
Return 0. More... | |
int | tryacquire_write_upgrade (void) |
Return 0. More... | |
int | acquire_read (void) |
Return 0. More... | |
int | tryacquire_read (void) |
Return 0. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Public Attributes inherited from ACE_Null_Mutex | |
int | lock_ |
Declare the dynamic allocation hooks. More... | |
ACE_ALLOC_HOOK_DECLARE | |
|
inline |
Dump the state of an object.
|
inline |
Get queueing strategy.
|
inline |
Set queueing strategy.
|
inline |
ACE_Noop_Token::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.