#include "ace/ACE_export.h"
#include "ace/Null_Mutex.h"
#include "ace/Thread_Mutex.h"
#include "ace/Semaphore.h"
#include "ace/Condition_Thread_Mutex.h"
#include "ace/Token.i"
Include dependency graph for Token.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Noop_Token |
class | ACE_Token |
Class that acquires, renews, and releases a synchronization token that is serviced in strict FIFO/LIFO ordering and that also supports (1) recursion and (2) readers/writer semantics. More... | |
struct | ACE_Token_Queue_Entry |
struct | ACE_Token_Queue |
Defines | |
#define | ACE_TOKEN_USES_SEMAPHORE |
|
|