Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c116 static Job *last_job; variable
469 if (!last_job) in exchild()
473 j = last_job; in exchild()
494 last_job = j; in exchild()
656 if (last_job) { in startlast()
658 last_job->flags |= JF_WAITING; in startlast()
659 j_startjob(last_job); in startlast()
678 j = last_job; in waitlast()
1825 if (j == last_job) in remove_job()
1826 last_job = NULL; in remove_job()
/external/autotest/client/bin/
Djob.py1170 last_job = self._state.get('client', 'unexpected_reboot', None)
1171 if last_job:
1172 subdir, testname = last_job