Searched refs:z_is_thread_queued (Results 1 – 4 of 4) sorted by relevance
141 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()
140 static inline bool z_is_thread_queued(const 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()
508 if (get_cmsis_thread_id(thread) && z_is_thread_queued(thread)) { in osThreadGetCount()