Home | History | Annotate | Download | only in ksh

Lines Matching refs:PRUNNING

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)
1128 while ((volatile int) j->state == PRUNNING
1335 jstate = PRUNNING;
1337 if (p->state == PRUNNING)
1464 case PRUNNING: