RTEMS
Public Attributes | List of all members
Scheduler_Context Struct Reference

Scheduler context. More...

#include <scheduler.h>

Public Attributes

Processor_mask Processors
 Lock to protect this scheduler instance. More...
 

Detailed Description

Scheduler context.

The scheduler context of a particular scheduler implementation must place this structure at the begin of its context structure.

Definition at line 247 of file scheduler.h.

Member Data Documentation

◆ Processors

Processor_mask Scheduler_Context::Processors

Lock to protect this scheduler instance.

The set of processors owned by this scheduler instance.

Definition at line 257 of file scheduler.h.


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