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

/freebsd-13-stable/bin/sh/
H A Djobs.c128 #define DOWAIT_SIG 0x2 /* if DOWAIT_BLOCK, abort on signal */ macro
129 #define DOWAIT_SIG_TRAP 0x4 /* if DOWAIT_SIG, abort on trapped signal only */
608 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1);
1092 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG |
1160 if ((mode & DOWAIT_SIG) != 0) {
1179 if ((mode & (DOWAIT_BLOCK | DOWAIT_SIG)) != DOWAIT_BLOCK)
1183 if (pid == 0 && (mode & DOWAIT_SIG) != 0) {
1197 if ((mode & DOWAIT_SIG) != 0) {

Completed in 57 milliseconds