-
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.
Defaults¶
- 0 if
TIMESLICING
Kconfig definition¶
At kernel/Kconfig:448
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → General Kernel Options → Timer API Options
config TIMESLICE_PRIORITY int prompt "Time slicing thread priority ceiling" ifTIMESLICING
range 0NUM_PREEMPT_PRIORITIES
ifTIMESLICING
default 0 ifTIMESLICING
depends onTIMESLICING
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.)