Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/kernel/
Dthread.h212 _wait_q_t join_queue; member
/Zephyr-Core-2.7.6/kernel/
Dsched.c1532 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()
Dthread.c531 z_waitq_init(&new_thread->join_queue); in z_setup_new_thread()