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

Kconfig definition

At kernel/Kconfig:404

Included via Kconfig:10Kconfig.zephyr:25

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

config TIMESLICING
    bool
    prompt "Thread time slicing" if SYS_CLOCK_EXISTS && NUM_PREEMPT_PRIORITIES != 0
    default "y" if SYS_CLOCK_EXISTS && NUM_PREEMPT_PRIORITIES != 0
    depends on SYS_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.)