Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c4301 # define DOWAIT_JOBSTATUS 0x10 /* OR this to get job's exitstatus instead of pid */ macro
4347 bool want_jobexitstatus = (block & DOWAIT_JOBSTATUS); in waitone()
4348 block = (block & ~DOWAIT_JOBSTATUS); in waitone()
4679 status = dowait(DOWAIT_BLOCK_OR_SIG | DOWAIT_JOBSTATUS, NULL); in waitcmd()