Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/include/
Dksched.h115 static inline bool z_is_thread_timeout_active(struct k_thread *thread) in z_is_thread_timeout_active() function
123 z_is_thread_timeout_active(thread)); in z_is_thread_ready()
/Zephyr-Core-2.7.6/kernel/
Dsched.c142 && z_is_thread_timeout_active(thread)) { in should_preempt()