|
ACE
6.1.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. | |
| void | queueing_strategy (int queueing_strategy) |
| Set queueing strategy. | |
| int | renew (int=0, ACE_Time_Value *=0) |
| void | dump (void) const |
| Dump the state of an object. | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. | |
|
inline |
Dump the state of an object.
Reimplemented from ACE_Null_Mutex.
Reimplemented in ACE_Reactor_Token_T< ACE_DEV_POLL_TOKEN >.
|
inline |
Get queueing strategy.
|
inline |
Set queueing strategy.
|
inline |
Declare the dynamic allocation hooks.
Reimplemented in ACE_Reactor_Token_T< ACE_DEV_POLL_TOKEN >.
1.8.0-20120409