-
choice SCHED_ALGORITHM: Scheduler priority queue algorithm
Scheduler priority queue algorithm
Type: bool
Help¶
The kernel can be built with with several choices for the ready queue implementation, offering different choices between code size, constant factor runtime overhead and performance scaling when many threads are added.
Defaults¶
Choice options¶
Kconfig definition¶
At kernel/Kconfig:211
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → General Kernel Options
choice SCHED_ALGORITHM
bool
prompt "Scheduler priority queue algorithm"
default SCHED_DUMB
help
The kernel can be built with with several choices for the
ready queue implementation, offering different choices between
code size, constant factor runtime overhead and performance
scaling when many threads are added.
(Definitions include propagated dependencies, including from if’s and menus.)