Searched refs:PRUNNING (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/tcsh/
H A Dsh.proc.h84 #define PRUNNING (1<<0) /* running */ macro
90 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED| \
H A Dsh.proc.c285 pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
331 if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 &&
355 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
436 if ((flags & (PRUNNING | PSTOPPED)) == 0)
494 if ((fp->p_flags & (PFOREGND | PRUNNING)) == PRUNNING)
516 if ((jobflags & PRUNNING) == 0)
623 /* detect older SIGCHLDs and remove PRUNNING flag from proclist */
629 pp->p_flags & PRUNNING) {
765 pp->p_flags = ((t->t_dflg & F_AMPERSAND) ? 0 : PFOREGND) | PRUNNING;
[all...]

Completed in 112 milliseconds