Searched refs:join_queue (Results 1 – 3 of 3) sorted by relevance
272 _wait_q_t join_queue; member
403 _wait_q_t *wq = &thread->join_queue; in z_thread_halt()1244 unpend_all(&thread->join_queue); in halt_thread()1364 (thread->base.pended_on == &_current->join_queue)) { in z_impl_k_thread_join()1368 add_to_waitq_locked(_current, &thread->join_queue); in z_impl_k_thread_join()
544 z_waitq_init(&new_thread->join_queue); in z_setup_new_thread()