ACE 7.0.7
|
#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 () const |
Dump the state of an object. More... | |
![]() | |
ACE_Null_Mutex (const ACE_TCHAR *=0) | |
~ACE_Null_Mutex ()=default | |
int | remove () |
Return 0. More... | |
int | acquire () |
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 () |
Return 0. More... | |
int | release () |
Return 0. More... | |
int | acquire_write () |
Return 0. More... | |
int | tryacquire_write () |
Return 0. More... | |
int | tryacquire_write_upgrade () |
Return 0. More... | |
int | acquire_read () |
Return 0. More... | |
int | tryacquire_read () |
Return 0. More... | |
void | dump () const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
![]() | |
int | lock_ |
Declare the dynamic allocation hooks. More... | |
ACE_ALLOC_HOOK_DECLARE | |
|
inline |
Dump the state of an object.
|
inline |
Set queueing strategy.
|
inline |
Get queueing strategy.
|
inline |
ACE_Noop_Token::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.