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

  /src/bin/csh/
proc.h 62 #define PRUNNING (1<<0) /* running */
79 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
  /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