HomeSort by: relevance | last modified time | path
    Searched refs:PRUNNING (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
proc.h 62 #define PRUNNING (1<<0) /* running */
79 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
proc.c 116 pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
146 if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 &&
158 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
219 if ((flags & (PRUNNING | PSTOPPED)) == 0)
273 if ((fp->p_flags & (PFOREGND | PRUNNING)) == PRUNNING)
292 if ((jobflags & PRUNNING) == 0)
367 pp->p_flags & PRUNNING) {
460 pp->p_flags = t->t_dflg & F_AMPERSAND ? PRUNNING : PRUNNING | PFOREGND
    [all...]
  /src/bin/ksh/
jobs.c 92 #define PRUNNING 0
286 || (j->state == PRUNNING
455 p->state = PRUNNING;
485 j->state = PRUNNING;
740 if (j->ppid == procpid && j->state == PRUNNING)
845 p->state = PRUNNING;
854 j->state = PRUNNING;
862 if (j->state == PRUNNING) {
885 if (j->state == PRUNNING && killpg(j->pgrp, SIGCONT) < 0) {
933 && j->ppid == procpid && j->state == PRUNNING)
    [all...]

Completed in 12 milliseconds