RTEMS
Public Attributes | List of all members
Thread_queue_Link Struct Reference

A thread queue link from one thread to another specified by the thread queue owner and thread wait queue relationships. More...

#include <threadq.h>

Public Attributes

RBTree_Node Registry_node
 Node to register this link in the global thread queue links lookup tree.
 
Thread_queue_Queuesource
 The source thread queue determined by the thread queue owner.
 
Thread_queue_Queuetarget
 The target thread queue determined by the thread wait queue of the source owner.
 
Chain_Node Path_node
 Node to add this link to a thread queue path.
 
Thread_Controlowner
 The owner of this thread queue link.
 
Thread_queue_Lock_context Lock_context
 The queue lock context used to acquire the thread wait lock of the owner.
 

Detailed Description

A thread queue link from one thread to another specified by the thread queue owner and thread wait queue relationships.

Definition at line 157 of file threadq.h.


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