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

/freebsd-11-stable/bin/sh/
H A Djobs.c127 #define DOWAIT_SIG 0x2 /* if DOWAIT_BLOCK, abort on signal */ macro
128 #define DOWAIT_SIG_TRAP 0x4 /* if DOWAIT_SIG, abort on trapped signal only */
607 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1);
1084 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG |
1152 if ((mode & DOWAIT_SIG) != 0) {
1171 if ((mode & (DOWAIT_BLOCK | DOWAIT_SIG)) != DOWAIT_BLOCK)
1175 if (pid == 0 && (mode & DOWAIT_SIG) != 0) {
1189 if ((mode & DOWAIT_SIG) != 0) {

Completed in 103 milliseconds