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

/freebsd-11.0-release/bin/sh/
H A Djobs.c90 #define DOWAIT_SIG 0x2 /* if DOWAIT_BLOCK, abort on signal */ macro
91 #define DOWAIT_SIG_TRAP 0x4 /* if DOWAIT_SIG, abort on trapped signal only */
554 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1);
1030 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG |
1098 if ((mode & DOWAIT_SIG) != 0) {
1117 if ((mode & (DOWAIT_BLOCK | DOWAIT_SIG)) != DOWAIT_BLOCK)
1121 if (pid == 0 && (mode & DOWAIT_SIG) != 0) {
1135 if ((mode & DOWAIT_SIG) != 0) {

Completed in 79 milliseconds