Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dtimeslicing.c39 bool thread_is_sliceable(struct k_thread *thread) in thread_is_sliceable() function
74 if (thread_is_sliceable(thread)) { in z_reset_time_slice()
117 if (slice_expired[_current_cpu->id] && thread_is_sliceable(curr)) { in z_time_slice()
Dipi.c104 if (thread_is_sliceable(arch_current_thread())) { in z_sched_ipi()
/Zephyr-latest/kernel/include/
Dksched.h75 bool thread_is_sliceable(struct k_thread *thread);