Home
last modified time | relevance | path

Searched refs:join_queue (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/kernel/
Dthread.h270 _wait_q_t join_queue; member
/Zephyr-latest/kernel/
Dsched.c438 _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()
Dthread.c543 z_waitq_init(&new_thread->join_queue); in z_setup_new_thread()