Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkthread.h91 static inline bool z_is_thread_pending(struct k_thread *thread) in z_is_thread_pending() function
/Zephyr-latest/tests/kernel/ipi_optimize/src/
Dmain.c119 zassert_true(z_is_thread_pending(&alt_thread), in alt_thread_create()
/Zephyr-latest/kernel/
Dpoll.c271 if (!z_is_thread_pending(thread)) { in signal_poller()