Searched refs:join_queue (Results 1 – 3 of 3) sorted by relevance
212 _wait_q_t join_queue; member
1532 unpend_all(&thread->join_queue); in end_thread()1589 add_to_waitq_locked(_current, &thread->join_queue); in z_thread_abort()1626 (thread->base.pended_on == &_current->join_queue)) { in z_impl_k_thread_join()1630 add_to_waitq_locked(_current, &thread->join_queue); in z_impl_k_thread_join()
531 z_waitq_init(&new_thread->join_queue); in z_setup_new_thread()