The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

At kernel/Kconfig:211

Included via Kconfig:10Kconfig.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.)