Searched refs:main_thread (Results 1 – 3 of 3) sorted by relevance
38 struct rt_thread *main_thread; member
589 module->main_thread = tid; in dlmodule_exec()766 module->main_thread = tid; in dlmodule_exec_custom()821 thread = module->main_thread; in dlmodule_exit()
652 main_thread = rt_list_entry(lwp->t_grp.prev, struct rt_thread, sibling); in lwp_exit()653 if (main_thread == tid) in lwp_exit()804 rt_thread_t main_thread; in lwp_name2pid() local820 main_thread = rt_list_entry(lwp->t_grp.prev, struct rt_thread, sibling); in lwp_name2pid()822 if (!(rt_sched_thread_get_stat(main_thread) == RT_THREAD_CLOSE)) in lwp_name2pid()
Completed in 7 milliseconds