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

/external/mksh/src/
H A Djobs.c129 static Job *last_job; variable
482 if (!last_job)
483 internal_errorf("exchild: XPIPEI and no last_job - pid %d",
485 j = last_job;
506 last_job = j;
668 if (last_job) {
670 last_job->flags |= JF_WAITING;
671 j_startjob(last_job);
690 j = last_job;
1823 * Keeps nzombies, last_job an
[all...]
/external/autotest/client/bin/
H A Djob.py1051 last_job = self._state.get('client', 'unexpected_reboot', None)
1052 if last_job:
1053 subdir, testname = last_job

Completed in 300 milliseconds