Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c130 static Job *last_job; variable
477 if (!last_job) in exchild()
480 j = last_job; in exchild()
501 last_job = j; in exchild()
663 if (last_job) { in startlast()
665 last_job->flags |= JF_WAITING; in startlast()
666 j_startjob(last_job); in startlast()
685 j = last_job; in waitlast()
1863 if (j == last_job) in remove_job()
1864 last_job = NULL; in remove_job()
/external/autotest/client/bin/
Djob.py1086 last_job = self._state.get('client', 'unexpected_reboot', None)
1087 if last_job:
1088 subdir, testname = last_job