ACE  6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
Token.h File Reference
#include "ace/Null_Mutex.h"
#include "ace/Thread_Mutex.h"
#include "ace/Semaphore.h"
#include "ace/Condition_Thread_Mutex.h"
#include "ace/Token.inl"

Classes

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
struct  ACE_Token::ACE_Token_Queue
class  ACE_Noop_Token

Macros

#define ACE_TOKEN_USES_SEMAPHORE

Detailed Description

Id:
Token.h 85367 2009-05-18 10:11:54Z johnnyw
Author:
Original author
Karl-Heinz Dorn (kdorn.nosp@m.@erl.nosp@m.h.sie.nosp@m.mens.nosp@m..de)
Ported to ACE by
Douglas C. Schmidt (schmi.nosp@m.dt@c.nosp@m.s.wus.nosp@m.tl.e.nosp@m.du)

Macro Definition Documentation