Searched refs:z_is_thread_suspended (Results 1 – 3 of 3) sorted by relevance
44 return !z_is_thread_suspended(&z_main_thread); in osKernelRunning()
86 static inline bool z_is_thread_suspended(struct k_thread *thread) in z_is_thread_suspended() function
532 if (!z_is_thread_suspended(thread)) { in z_impl_k_thread_resume()