#include "ace/pre.h"
#include "ace/Synch.h"
#include "ace/post.h"
Include dependency graph for Token.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
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::ACE_Token_Queue_Entry |
The following structure implements a LIFO/FIFO queue of waiter threads that are asleep waiting to obtain the token. More... | |
struct | ACE_Token::ACE_Token_Queue |
Defines | |
#define | ACE_TOKEN_USES_SEMAPHORE |
Token.h,v 4.37 2002/05/27 06:12:00 jwillemsen Exp
|
|