Home
last modified time | relevance | path

Searched refs:header_thr (Results 1 – 2 of 2) sorted by relevance

/components/lwp/terminal/freebsd/
A Dtty_compat.c105 rt_thread_t header_thr; in lwp_tty_bg_stop() local
118 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()
/components/lwp/
A Dlwp_pid.c676 rt_thread_t header_thr; in lwp_thread_exit() local
689 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