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

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsignal.c8 (SIGSTKFLT == 16) && (SIGCHLD == 17) && (SIGCONT == 18) && (SIGSTOP == 19) && \
21 [SIGCHLD] = 17, [SIGCONT] = 18, [SIGSTOP] = 19, [SIGTSTP] = 20,
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtrap.c77 /* received SIGCHLD */
87 sigmode[SIGCHLD - 1] = S_DFL;
88 setsignal(SIGCHLD); variable
223 if (signo == SIGCHLD)
290 if (signo == SIGCHLD) {
292 if (!trap[SIGCHLD])
H A Dinit.c162 sigmode[SIGCHLD - 1] = S_DFL;
163 setsignal(SIGCHLD);
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h87 #define SIGCHLD 17 macro
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dsystem.c21 sigaddset(&sa.sa_mask, SIGCHLD);
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h109 #define SIGCHLD 17 macro

Completed in 88 milliseconds