:orphan: .. title:: TIMESLICING .. option:: CONFIG_TIMESLICING *Thread time slicing* Type: ``bool`` Help ==== This option enables time slicing between preemptible threads of equal priority. Direct dependencies =================== \ :option:`SYS_CLOCK_EXISTS ` && \ :option:`NUM_PREEMPT_PRIORITIES ` != 0 *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:427`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Timer API Options .. parsed-literal:: config TIMESLICING bool "Thread time slicing" default y depends on \ :option:`SYS_CLOCK_EXISTS ` && \ :option:`NUM_PREEMPT_PRIORITIES ` != 0 help This option enables time slicing between preemptible threads of equal priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*