HomeSort by relevance Sort by last modified time
    Searched refs:JOBRUNNING (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
jobs.h 74 #define JOBRUNNING 0 /* at least one proc running */
jobs.c 374 jp->state = JOBRUNNING;
620 if (!jp->used || jp->state != JOBRUNNING) {
637 while (job->state == JOBRUNNING) {
811 jp->state = JOBRUNNING;
991 while (jp->state == JOBRUNNING) {
1093 if (thisjob && thisjob->state != JOBRUNNING) {

Completed in 2767 milliseconds