Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkthread.h204 int preempt_ok) in should_preempt() argument
209 if (preempt_ok != 0) { in should_preempt()
/Zephyr-latest/kernel/
Dsched.c38 static ALWAYS_INLINE void update_cache(int preempt_ok);
288 static ALWAYS_INLINE void update_cache(int preempt_ok) in update_cache() argument
293 if (should_preempt(thread, preempt_ok)) { in update_cache()
312 _current_cpu->swap_ok = preempt_ok; in update_cache()