![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Scheduler parameter set. More...
#include <scheduler.h>
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. | |
Scheduler parameter set.
Definition at line 173 of file scheduler.h.
| 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().