|
RTEMS
|
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_Queue * | source |
| The source thread queue determined by the thread queue owner. | |
| Thread_queue_Queue * | target |
| 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_Control * | owner |
| 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. | |
A thread queue link from one thread to another specified by the thread queue owner and thread wait queue relationships.
1.8.14