Searched refs:last_job (Results 1 – 2 of 2) sorted by relevance
129 static Job *last_job; variable476 if (!last_job) in exchild()479 j = last_job; in exchild()500 last_job = j; in exchild()662 if (last_job) { in startlast()664 last_job->flags |= JF_WAITING; in startlast()665 j_startjob(last_job); in startlast()684 j = last_job; in waitlast()1852 if (j == last_job) in remove_job()1853 last_job = NULL; in remove_job()
1083 last_job = self._state.get('client', 'unexpected_reboot', None)1084 if last_job:1085 subdir, testname = last_job