ACE 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ACE_Token::ACE_Token_Queue Struct Reference
Collaboration diagram for ACE_Token::ACE_Token_Queue:
Collaboration graph
[legend]

Public Member Functions

 ACE_Token_Queue ()
 Constructor.
 
void remove_entry (ACE_Token_Queue_Entry *)
 Remove a waiter from the queue.
 
void insert_entry (ACE_Token_Queue_Entry &entry, int requeue_position=-1)
 Insert a waiter into the queue.
 

Public Attributes

ACE_Token_Queue_Entryhead_
 Head of the list of waiting threads.
 
ACE_Token_Queue_Entrytail_
 Tail of the list of waiting threads.
 

Constructor & Destructor Documentation

◆ ACE_Token_Queue()

ACE_Token::ACE_Token_Queue::ACE_Token_Queue ( )

Constructor.

Member Function Documentation

◆ insert_entry()

void ACE_Token::ACE_Token_Queue::insert_entry ( ACE_Token::ACE_Token_Queue_Entry & entry,
int requeue_position = -1 )

Insert a waiter into the queue.

◆ remove_entry()

void ACE_Token::ACE_Token_Queue::remove_entry ( ACE_Token::ACE_Token_Queue_Entry * entry)

Remove a waiter from the queue.

Member Data Documentation

◆ head_

ACE_Token_Queue_Entry* ACE_Token::ACE_Token_Queue::head_

Head of the list of waiting threads.

◆ tail_

ACE_Token_Queue_Entry* ACE_Token::ACE_Token_Queue::tail_

Tail of the list of waiting threads.


The documentation for this struct was generated from the following files: