HomeSort by relevance Sort by last modified time
    Searched refs:last_job (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
jobs.c 129 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;
    [all...]
  /external/autotest/client/bin/
job.py     [all...]

Completed in 303 milliseconds