RTEMS  5.0.0
Data Fields
Scheduler_EDF_SMP_Context Struct Reference

Data Fields

Scheduler_SMP_Context Base
 
int64_t generations [2]
 Current generation for LIFO (index 0) and FIFO (index 1) ordering.
 
Chain_Control Affine_queues
 Chain of ready queues with affine threads to determine the highest priority ready thread.
 
Scheduler_EDF_SMP_Ready_queue Ready [RTEMS_ZERO_LENGTH_ARRAY]
 A table with ready queues. More...
 

Field Documentation

◆ Ready

Scheduler_EDF_SMP_Ready_queue Scheduler_EDF_SMP_Context::Ready[RTEMS_ZERO_LENGTH_ARRAY]

A table with ready queues.

The index zero queue is used for threads with a one-to-all processor affinity. Index one corresponds to processor index zero, and so on.


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