ACE
6.4.2
|
Public Member Functions | |
ACE_Token_Queue (void) | |
Constructor. More... | |
void | remove_entry (ACE_Token_Queue_Entry *) |
Remove a waiter from the queue. More... | |
void | insert_entry (ACE_Token_Queue_Entry &entry, int requeue_position=-1) |
Insert a waiter into the queue. More... | |
Public Attributes | |
ACE_Token_Queue_Entry * | head_ |
Head of the list of waiting threads. More... | |
ACE_Token_Queue_Entry * | tail_ |
Tail of the list of waiting threads. More... | |
ACE_Token::ACE_Token_Queue::ACE_Token_Queue | ( | void | ) |
Constructor.
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.
void ACE_Token::ACE_Token_Queue::remove_entry | ( | ACE_Token::ACE_Token_Queue_Entry * | entry | ) |
Remove a waiter from the queue.
ACE_Token_Queue_Entry* ACE_Token::ACE_Token_Queue::head_ |
Head of the list of waiting threads.
ACE_Token_Queue_Entry* ACE_Token::ACE_Token_Queue::tail_ |
Tail of the list of waiting threads.