Home
last modified time | relevance | path

Searched defs:resched (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/kernel/
Dmutex.c109 bool resched = false; in z_impl_k_mutex_lock() local
Dsem.c100 bool resched = true; in z_impl_k_sem_give() local
Dsched.c785 static inline bool resched(uint32_t key) in resched() function