Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c4345 struct job *thisjob = NULL; in waitone() local
4392 thisjob = jp; in waitone()
4405 if (!thisjob) in waitone()
4414 thisjob->changed = 1; in waitone()
4415 if (thisjob->state != jobstate) { in waitone()
4417 jobno(thisjob), thisjob->state, jobstate)); in waitone()
4418 thisjob->state = jobstate; in waitone()
4421 set_curjob(thisjob, CUR_STOPPED); in waitone()
4434 if (thisjob && thisjob->state == JOBDONE) in waitone()
4435 pid = thisjob->ps[thisjob->nprocs - 1].ps_status; in waitone()
[all …]