ACE 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ACE_Token::ACE_Token_Queue_Entry Struct Reference

#include <Token.h>

Collaboration diagram for ACE_Token::ACE_Token_Queue_Entry:
Collaboration graph
[legend]

Public Member Functions

 ACE_Token_Queue_Entry (ACE_Thread_Mutex &m, ACE_thread_t t_id)
 Constructor.
 
 ACE_Token_Queue_Entry (ACE_Thread_Mutex &m, ACE_thread_t t_id, ACE_Condition_Attributes &attributes)
 Constructor using a pre-allocated attributes.
 
int wait (ACE_Time_Value *timeout, ACE_Thread_Mutex &lock)
 Entry blocks on the token.
 
int signal ()
 Notify (unblock) the entry.
 

Public Attributes

ACE_Token_Queue_Entrynext_
 Pointer to next waiter.
 
ACE_thread_t thread_id_
 ACE_Thread id of this waiter.
 
ACE_Semaphore cv_
 ACE_Semaphore object used to wake up waiter when it can run again.
 
int runable_
 Ok to run.
 

Detailed Description

The following structure implements a LIFO/FIFO queue of waiter threads that are asleep waiting to obtain the token.

Constructor & Destructor Documentation

◆ ACE_Token_Queue_Entry() [1/2]

ACE_Token::ACE_Token_Queue_Entry::ACE_Token_Queue_Entry ( ACE_Thread_Mutex & m,
ACE_thread_t t_id )

Constructor.

◆ ACE_Token_Queue_Entry() [2/2]

ACE_Token::ACE_Token_Queue_Entry::ACE_Token_Queue_Entry ( ACE_Thread_Mutex & m,
ACE_thread_t t_id,
ACE_Condition_Attributes & attributes )

Constructor using a pre-allocated attributes.

Member Function Documentation

◆ signal()

int ACE_Token::ACE_Token_Queue_Entry::signal ( )
inline

Notify (unblock) the entry.

◆ wait()

int ACE_Token::ACE_Token_Queue_Entry::wait ( ACE_Time_Value * timeout,
ACE_Thread_Mutex & lock )
inline

Entry blocks on the token.

Member Data Documentation

◆ cv_

ACE_Semaphore ACE_Token::ACE_Token_Queue_Entry::cv_

ACE_Semaphore object used to wake up waiter when it can run again.

◆ next_

ACE_Token_Queue_Entry* ACE_Token::ACE_Token_Queue_Entry::next_

Pointer to next waiter.

◆ runable_

int ACE_Token::ACE_Token_Queue_Entry::runable_

Ok to run.

◆ thread_id_

ACE_thread_t ACE_Token::ACE_Token_Queue_Entry::thread_id_

ACE_Thread id of this waiter.


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