Home
last modified time | relevance | path

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

/system/core/sh/
Djobs.h74 #define JOBRUNNING 0 /* at least one proc running */ macro
Djobs.c374 jp->state = JOBRUNNING; in restartjob()
620 if (!jp->used || jp->state != JOBRUNNING) { in waitcmd()
637 while (job->state == JOBRUNNING) { in waitcmd()
811 jp->state = JOBRUNNING; in makejob()
991 while (jp->state == JOBRUNNING) { in waitforjob()
1093 if (thisjob && thisjob->state != JOBRUNNING) { in dowait()