Public Methods | |
ACE_Token_Queue (void) | |
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_Entry * | head_ |
Head of the list of waiting threads. | |
ACE_Token_Queue_Entry * | tail_ |
Tail of the list of waiting threads. |
|
Constructor.
|
|
Insert a waiter into the queue.
|
|
Remove a waiter from the queue.
|
|
Head of the list of waiting threads.
|
|
Tail of the list of waiting threads.
|