Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c176 if (z_is_thread_queued(thread)) { in z_requeue_current()
254 bool queued = z_is_thread_queued(arch_current_thread()); in next_up()
281 if (z_is_thread_queued(thread)) { in next_up()
292 if (z_is_thread_queued(thread)) { in move_thread_to_end_of_prio_q()
382 if (!z_is_thread_queued(thread) && z_is_thread_ready(thread)) { in ready_thread()
556 if (z_is_thread_queued(thread)) { in unready_thread()
705 if (!IS_ENABLED(CONFIG_SMP) || z_is_thread_queued(thread)) { in z_thread_prio_set()
921 if (z_is_thread_queued(old_thread)) { in z_get_next_switch_handle()
1027 if (z_is_thread_queued(thread)) { in z_impl_k_thread_deadline_set()
1086 z_is_thread_queued(arch_current_thread())) { in z_impl_k_yield()
[all …]
/Zephyr-latest/kernel/include/
Dkthread.h120 static inline bool z_is_thread_queued(struct k_thread *thread) in z_is_thread_queued() function
/Zephyr-latest/lib/os/
Dp4wq.c21 __ASSERT_NO_MSG(!IS_ENABLED(CONFIG_SMP) || !z_is_thread_queued(th)); in set_prio()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c555 if (get_cmsis_thread_id(thread) && z_is_thread_queued(thread)) { in osThreadGetCount()