Searched refs:join_queue (Results 1 – 3 of 3) sorted by relevance
270 _wait_q_t join_queue; member
438 _wait_q_t *wq = &thread->join_queue; in z_thread_halt()1286 unpend_all(&thread->join_queue); in halt_thread()1407 (thread->base.pended_on == &arch_current_thread()->join_queue)) { in z_impl_k_thread_join()1411 add_to_waitq_locked(arch_current_thread(), &thread->join_queue); in z_impl_k_thread_join()
543 z_waitq_init(&new_thread->join_queue); in z_setup_new_thread()