Searched refs:DOWAIT_JOBSTATUS (Results 1 – 1 of 1) sorted by relevance
4301 # define DOWAIT_JOBSTATUS 0x10 /* OR this to get job's exitstatus instead of pid */ macro4347 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()