Home
last modified time | relevance | path

Searched refs:jobctl_stopped (Results 1 – 5 of 5) sorted by relevance

/components/lwp/terminal/freebsd/
A Dtty_compat.c107 int jobctl_stopped; in lwp_tty_bg_stop() local
112 jobctl_stopped = self_lwp->jobctl_stopped; in lwp_tty_bg_stop()
119 if (!jobctl_stopped && header_thr == cur_thr && in lwp_tty_bg_stop()
123 jobctl_stopped = self_lwp->jobctl_stopped = RT_TRUE; in lwp_tty_bg_stop()
129 if (jobctl_stopped) in lwp_tty_bg_stop()
131 self_lwp->jobctl_stopped = RT_FALSE; in lwp_tty_bg_stop()
/components/lwp/
A Dlwp_jobctrl.c27 if (proc->jobctl_stopped) in jobctrl_set_pgrp_orphaned()
A Dlwp_signal.c597 int jobctl_stopped = self_lwp->jobctl_stopped; in _stop_thread_locked() local
601 if (!jobctl_stopped) in _stop_thread_locked()
603 self_lwp->jobctl_stopped = RT_TRUE; in _stop_thread_locked()
632 if (!jobctl_stopped && in _stop_thread_locked()
952 target_lwp->jobctl_stopped = RT_FALSE; in _before_sending_jobctl_signal()
A Dlwp.h144 unsigned int jobctl_stopped:1; /* job control: current proc is stopped */ member
A Dlwp_pid.c891 else if ((options & WSTOPPED) && child->jobctl_stopped && !child->wait_reap_stp) in _query_event_from_lwp()
902 …ld_pid=%d ('%s'), stopped=%d) => %d", __func__, child->pid, child->cmd, child->jobctl_stopped, rc); in _query_event_from_lwp()

Completed in 14 milliseconds