Searched refs:z_is_thread_queued (Results 1 – 4 of 4) sorted by relevance
139 if (z_is_thread_queued(thread)) { in z_requeue_current()219 bool queued = z_is_thread_queued(_current); in next_up()246 if (z_is_thread_queued(thread)) { in next_up()257 if (z_is_thread_queued(thread)) { in move_thread_to_end_of_prio_q()347 if (!z_is_thread_queued(thread) && z_is_thread_ready(thread)) { in ready_thread()526 if (z_is_thread_queued(thread)) { in unready_thread()675 if (!IS_ENABLED(CONFIG_SMP) || z_is_thread_queued(thread)) { in z_thread_prio_set()891 if (z_is_thread_queued(old_thread)) { in z_get_next_switch_handle()997 if (z_is_thread_queued(thread)) { in z_impl_k_thread_deadline_set()1235 if (z_is_thread_queued(thread)) { in halt_thread()
119 static inline bool z_is_thread_queued(struct k_thread *thread) in z_is_thread_queued() function
21 __ASSERT_NO_MSG(!IS_ENABLED(CONFIG_SMP) || !z_is_thread_queued(th)); in set_prio()
520 if (get_cmsis_thread_id(thread) && z_is_thread_queued(thread)) { in osThreadGetCount()