Searched refs:sub_thread (Results 1 – 1 of 1) sorted by relevance
655 rt_thread_t sub_thread; in lwp_exit() local663 sub_thread = rt_list_entry(list, struct rt_thread, sibling); in lwp_exit()664 rt_list_remove(&sub_thread->sibling); in lwp_exit()665 rt_thread_delete(sub_thread); in lwp_exit()1481 rt_thread_t sub_thread; in _wait_sibling_exit() local1489 sub_thread = rt_list_entry(list, struct rt_thread, sibling); in _wait_sibling_exit()1490 if (rt_sched_thread_get_stat(sub_thread) != RT_THREAD_INIT) in _wait_sibling_exit()1507 rt_list_remove(&sub_thread->sibling); in _wait_sibling_exit()1515 lwp_tid_put(sub_thread->tid); in _wait_sibling_exit()1516 sub_thread->tid = 0; in _wait_sibling_exit()[all …]
Completed in 6 milliseconds