Searched refs:slice (Results 1 – 8 of 8) sorted by relevance
173 are measured in system clock ticks. The time slice size is configurable,176 At the end of every time slice, the scheduler checks to see if the current193 for longer than a single time slice without being required to yield.
380 void k_sched_time_slice_set(int32_t slice, int prio) in k_sched_time_slice_set() argument384 slice_time = k_ms_to_ticks_ceil32(slice); in k_sched_time_slice_set()385 if (IS_ENABLED(CONFIG_TICKLESS_KERNEL) && slice > 0) { in k_sched_time_slice_set()
451 int "Time slice size (in ms)"458 A time slice size of zero means "no limit" (i.e. an infinitely large459 time slice).
139 invalid-slice-index,
886 extern void k_sched_time_slice_set(int32_t slice, int prio);
244 A thread time-slice cannot be a timeout value, as it does not reflect
1223 * :github:`22745` - schedule_api fails with slice testing on frdmkw41z board on v2.2.0_rc1
1028 …les/scheduler/metairq_dispatch: Regression after 30916 (sched: timeout: Do not miss slice timeouts)