-
CONFIG_TIMESLICING
¶
Thread time slicing
Type: bool
Help¶
This option enables time slicing between preemptible threads of equal priority.
Direct dependencies¶
SYS_CLOCK_EXISTS
&& NUM_PREEMPT_PRIORITIES
!= 0
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SYS_CLOCK_EXISTS
&&NUM_PREEMPT_PRIORITIES
!= 0
Kconfig definition¶
At kernel/Kconfig:404
Included via Kconfig:10
→ Kconfig.zephyr:25
Menu path: (top menu) → General Kernel Options → Timer API Options
config TIMESLICING bool prompt "Thread time slicing" ifSYS_CLOCK_EXISTS
&&NUM_PREEMPT_PRIORITIES
!= 0 default "y" ifSYS_CLOCK_EXISTS
&&NUM_PREEMPT_PRIORITIES
!= 0 depends onSYS_CLOCK_EXISTS
&&NUM_PREEMPT_PRIORITIES
!= 0 help This option enables time slicing between preemptible threads of equal priority.
(Definitions include propagated dependencies, including from if’s and menus.)