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

/netbsd-6-1-5-RELEASE/bin/sh/
H A Djobs.h74 #define JOBRUNNING 0 /* at least one proc running */ macro
H A Djobs.c371 jp->state = JOBRUNNING;
617 if (!jp->used || jp->state != JOBRUNNING) {
635 while (job->state == JOBRUNNING) {
809 jp->state = JOBRUNNING;
985 while (jp->state == JOBRUNNING) {
1087 if (thisjob && thisjob->state != JOBRUNNING) {

Completed in 101 milliseconds