Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Djobs.c102 char jobctl; /* job running under job control */ member
149 static int jobctl; variable
163 jobctl = 1; in jobctl_notty()
175 if (on == jobctl || rootshell == 0) in setjobctl()
234 jobctl = on; in setjobctl()
249 if (jp->jobctl == 0) in fgcmd()
273 if (jp->jobctl == 0) in bgcmd()
726 if (jp->jobctl) in killjob()
796 jp->jobctl = jobctl; in makejob()
1078 int propagate_int = jp->jobctl && jp->foreground; in waitforjob()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c192 if (current->jobctl & JOBCTL_STOP_DEQUEUED)