Home
last modified time | relevance | path

Searched refs:async_job (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Djobs.c131 static Job *async_job; variable
886 if (j == async_job)
887 async_job = NULL;
1025 if (j == async_job || (j->flags & JF_KNOWN)) {
1049 if (async_job)
1050 async_job->flags |= JF_KNOWN;
1069 if (async_job && (async_job->flags & (JF_KNOWN|JF_ZOMBIE)) == JF_ZOMBIE)
1070 remove_job(async_job, "async");
1075 async_job
[all...]

Completed in 2 milliseconds