Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c129 static Job *last_job; variable
482 if (!last_job) in exchild()
485 j = last_job; in exchild()
506 last_job = j; in exchild()
668 if (last_job) { in startlast()
670 last_job->flags |= JF_WAITING; in startlast()
671 j_startjob(last_job); in startlast()
690 j = last_job; in waitlast()
1858 if (j == last_job) in remove_job()
1859 last_job = NULL; in remove_job()
/external/autotest/client/bin/
Djob.py1051 last_job = self._state.get('client', 'unexpected_reboot', None)
1052 if last_job:
1053 subdir, testname = last_job