|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
Per-thread data related to the _Scheduler_PRIORITY scheduling policy. More...
#include <schedulerpriority.h>

Data Fields | |
| Chain_Control * | ready_chain |
| This field points to the Ready FIFO for this thread's priority. | |
| Priority_bit_map_Information | Priority_map |
| This field contains precalculated priority map indices. | |
Per-thread data related to the _Scheduler_PRIORITY scheduling policy.
This field contains precalculated priority map indices.
Referenced by _Scheduler_priority_Ready_queue_enqueue(), _Scheduler_priority_Ready_queue_enqueue_first(), and _Scheduler_priority_Ready_queue_extract().
This field points to the Ready FIFO for this thread's priority.
Referenced by _Scheduler_priority_Ready_queue_enqueue(), _Scheduler_priority_Ready_queue_enqueue_first(), _Scheduler_priority_Ready_queue_extract(), and _Scheduler_priority_Ready_queue_requeue().
1.7.5