The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_TIMESLICE_PRIORITY

Time slicing thread priority ceiling

Type: int

Help

This option specifies the thread priority level at which time slicing takes effect; threads having a higher priority than this ceiling are not subject to time slicing.

Direct dependencies

TIMESLICING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At kernel/Kconfig:448

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options → Timer API Options

config TIMESLICE_PRIORITY
    int
    prompt "Time slicing thread priority ceiling" if TIMESLICING
    range 0 NUM_PREEMPT_PRIORITIES if TIMESLICING
    default 0 if TIMESLICING
    depends on TIMESLICING
    help
      This option specifies the thread priority level at which time slicing
      takes effect; threads having a higher priority than this ceiling are
      not subject to time slicing.

(Definitions include propagated dependencies, including from if’s and menus.)