Home
last modified time | relevance | path

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

/Zephyr-4.2.1/kernel/include/
Dtimeout_q.h69 static inline bool z_is_aborted_thread_timeout(struct k_thread *thread) in z_is_aborted_thread_timeout() function
84 #define z_is_aborted_thread_timeout(to) false
/Zephyr-4.2.1/kernel/
Dsched.c1142 if (!z_is_aborted_thread_timeout(_current)) { in z_tick_sleep()