RTEMS
|
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_Node * | scheduler_node |
This priority queue is added to a scheduler node of the owner in case of priority inheritance. | |
Chain_Node Thread_queue_Priority_queue::Node |