OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 11 milliseconds