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
476 if (!last_job)
477 internal_errorf("exchild: XPIPEI and no last_job - pid %d",
479 j = last_job;
500 last_job = j;
662 if (last_job) {
664 last_job->flags |= JF_WAITING;
665 j_startjob(last_job);
684 j = last_job;
    [all...]
  /external/autotest/client/bin/
job.py     [all...]

Completed in 125 milliseconds