Home
last modified time | relevance | path

Searched refs:z_is_thread_suspended (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_kernel.c44 return !z_is_thread_suspended(&z_main_thread); in osKernelRunning()
/Zephyr-latest/kernel/include/
Dkthread.h86 static inline bool z_is_thread_suspended(struct k_thread *thread) in z_is_thread_suspended() function
/Zephyr-latest/kernel/
Dsched.c532 if (!z_is_thread_suspended(thread)) { in z_impl_k_thread_resume()