RTEMS
Public Attributes | List of all members
Thread_queue_Priority_queue Struct Reference

Thread priority queue. More...

#include <threadq.h>

Public Attributes

Chain_Node Node
 Node to enqueue this queue in the FIFO chain of the corresponding heads structure. More...
 
Priority_Aggregation Queue
 The actual thread priority queue.
 
struct Scheduler_Nodescheduler_node
 This priority queue is added to a scheduler node of the owner in case of priority inheritance.
 

Detailed Description

Thread priority queue.

Definition at line 324 of file threadq.h.

Member Data Documentation

◆ Node

Chain_Node Thread_queue_Priority_queue::Node

Node to enqueue this queue in the FIFO chain of the corresponding heads structure.

See also
Thread_queue_Heads::Heads::Fifo.

Definition at line 332 of file threadq.h.


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