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

/external/mksh/src/
H A Djobs.c36 #define PRUNNING 0 macro
300 (j->state == PRUNNING &&
475 p->state = PRUNNING;
500 j->state = PRUNNING;
733 if (j->ppid == procpid && j->state == PRUNNING)
848 p->state = PRUNNING;
859 j->state = PRUNNING;
866 if (j->state == PRUNNING) {
891 if (j->state == PRUNNING && mksh_killpg(j->pgrp, SIGCONT) < 0) {
932 j->ppid == procpid && j->state == PRUNNING)
[all...]

Completed in 165 milliseconds