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

/freebsd-11.0-release/bin/sh/
H A Djobs.c89 #define DOWAIT_BLOCK 0x1 /* wait until a child exits */ macro
90 #define DOWAIT_SIG 0x2 /* if DOWAIT_BLOCK, abort on signal */
554 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1);
1030 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG |
1117 if ((mode & (DOWAIT_BLOCK | DOWAIT_SIG)) != DOWAIT_BLOCK)

Completed in 109 milliseconds