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