Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlmodule.h38 struct rt_thread *main_thread; member
A Ddlmodule.c589 module->main_thread = tid; in dlmodule_exec()
766 module->main_thread = tid; in dlmodule_exec_custom()
821 thread = module->main_thread; in dlmodule_exit()
/components/lwp/
A Dlwp_pid.c652 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() local
820 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