Searched refs:header_thr (Results 1 – 2 of 2) sorted by relevance
105 rt_thread_t header_thr; in lwp_tty_bg_stop() local118 header_thr = rt_list_entry(self_lwp->t_grp.prev, struct rt_thread, sibling); in lwp_tty_bg_stop()119 if (!jobctl_stopped && header_thr == cur_thr && in lwp_tty_bg_stop()
676 rt_thread_t header_thr; in lwp_thread_exit() local689 header_thr = rt_list_entry(lwp->t_grp.prev, struct rt_thread, sibling); in lwp_thread_exit()690 if (header_thr == thread && thread->sibling.prev == &lwp->t_grp) in lwp_thread_exit()
Completed in 6 milliseconds