L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
l4_sched_param_t Struct Reference

Scheduler parameter set. More...

#include <scheduler.h>

+ Collaboration diagram for l4_sched_param_t:

Data Fields

l4_sched_cpu_set_t affinity
 CPU affinity.
 
l4_umword_t prio
 Priority for scheduling.
 
l4_umword_t quantum
 Timeslice in micro seconds.
 

Detailed Description

Field Documentation

◆ prio

l4_umword_t l4_sched_param_t::prio

Priority for scheduling.

The kernel supports priorities for userland threads in the range of 1..255. Priority 0 is reserved for the kernel.

Definition at line 182 of file scheduler.h.

Referenced by l4_sched_param().


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