Searched refs:JOBRUNNING (Results 1 - 2 of 2) sorted by path

/netbsd-current/bin/sh/
H A Djobs.c414 jp->state = JOBRUNNING;
833 if (jp->used && jp->state == JOBRUNNING)
851 if (jp->state == JOBRUNNING) {
869 if (job->state == JOBRUNNING)
1148 jp->state = JOBRUNNING;
1340 while (jp->state == JOBRUNNING) {
1487 jp->state = JOBRUNNING;
1556 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) {
H A Djobs.h76 #define JOBRUNNING 0 /* at least one proc running */ macro

Completed in 322 milliseconds