Home
last modified time | relevance | path

Searched refs:thread_slice_ticks (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/kernel/
Dtimeslicing.c90 void k_thread_time_slice_set(struct k_thread *thread, int32_t thread_slice_ticks, in k_thread_time_slice_set() argument
94 thread->base.slice_ticks = thread_slice_ticks; in k_thread_time_slice_set()