-
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.
Default¶
0
Kconfig definition¶
At <Zephyr>/kernel/Kconfig:448
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options → Timer API Options → Thread time slicing
config TIMESLICE_PRIORITY
int "Time slicing thread priority ceiling"
range 0 NUM_PREEMPT_PRIORITIES
default 0
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)