ACE_Token::ACE_Token_Queue_Entry Struct Reference#include <Token.h>
Collaboration diagram for ACE_Token::ACE_Token_Queue_Entry:
![]()
Detailed DescriptionThe following structure implements a LIFO/FIFO queue of waiter threads that are asleep waiting to obtain the token.Constructor & Destructor Documentation
Constructor.
Constructor using a pre-allocated attributes.
Member Function Documentation
Entry blocks on the token.
Notify (unblock) the entry.
Member Data DocumentationPointer to next waiter.
ACE_Thread id of this waiter.
ACE_Semaphore object used to wake up waiter when it can run again.
Ok to run.
The documentation for this struct was generated from the following files: Generated on Mon Sep 15 07:17:58 2008 for ACE by ![]() |