Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkthread.h194 static ALWAYS_INLINE bool should_preempt(struct k_thread *thread, in should_preempt() function
/Zephyr-latest/kernel/
Dsched.c269 if (!should_preempt(thread, _current_cpu->swap_ok)) { in next_up()
328 if (should_preempt(thread, preempt_ok)) { in update_cache()