Home
last modified time | relevance | path

Searched refs:z_is_thread_queued (Results 1 – 4 of 4) sorted by relevance

/Zephyr-4.3.0/kernel/
Dsched.c141 if (z_is_thread_queued(thread)) { in z_requeue_current()
224 bool queued = z_is_thread_queued(_current); in next_up()
263 if (z_is_thread_queued(thread)) { in next_up()
338 if (!z_is_thread_queued(thread) && z_is_thread_ready(thread)) { in ready_thread()
537 if (z_is_thread_queued(thread)) { in unready_thread()
686 if (!IS_ENABLED(CONFIG_SMP) || z_is_thread_queued(thread)) { in z_thread_prio_set()
924 if (z_is_thread_queued(old_thread)) { in z_get_next_switch_handle()
1024 if (z_is_thread_queued(thread)) { in z_impl_k_thread_absolute_deadline_set()
1280 if (z_is_thread_queued(thread)) { in halt_thread()
/Zephyr-4.3.0/kernel/include/
Dkthread.h140 static inline bool z_is_thread_queued(const struct k_thread *thread) in z_is_thread_queued() function
/Zephyr-4.3.0/lib/os/
Dp4wq.c21 __ASSERT_NO_MSG(!IS_ENABLED(CONFIG_SMP) || !z_is_thread_queued(th)); in set_prio()
/Zephyr-4.3.0/subsys/portability/cmsis_rtos_v2/
Dthread.c508 if (get_cmsis_thread_id(thread) && z_is_thread_queued(thread)) { in osThreadGetCount()