RTEMS
Public Attributes | List of all members
Scheduler_EDF_SMP_Context Struct Reference

Public Attributes

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...
 

Detailed Description

Definition at line 85 of file scheduleredfsmp.h.

Member Data 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.

Definition at line 105 of file scheduleredfsmp.h.


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