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

12

/external/bison/lib/
H A Dsubpipe.c31 #if ! defined SIGCHLD && defined SIGCLD
32 # define SIGCHLD SIGCLD macro
92 #ifdef SIGCHLD
93 /* System V fork+wait does not work if SIGCHLD is ignored. */
94 signal (SIGCHLD, SIG_DFL);
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
H A DSDL_systhread.c39 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
H A DSDL_systhread.c33 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
H A DSDL_systhread.c63 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
/external/kernel-headers/original/asm-arm/
H A Dsignal.h48 #define SIGCHLD 17 macro
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
79 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/external/bluetooth/bluez/compat/
H A Dfakehid.c312 sigaction(SIGCHLD, &sa, NULL);
323 sigdelset(&sigs, SIGCHLD);
413 sigaction(SIGCHLD, &sa, NULL);
424 sigdelset(&sigs, SIGCHLD);
626 sigaction(SIGCHLD, &sa, NULL);
637 sigdelset(&sigs, SIGCHLD);
H A Dpand.c148 sigaction(SIGCHLD, &sa, NULL);
169 sigdelset(&sigs, SIGCHLD);
770 sigaction(SIGCHLD, &sa, NULL);
H A Dhidd.c358 sigdelset(&sigs, SIGCHLD);
849 sigaction(SIGCHLD, &sa, NULL);
H A Ddund.c593 sigaction(SIGCHLD, &sa, NULL);
/external/dropbear/
H A Dsvr-main.c340 if (sigaction(SIGCHLD, &sa_chld, NULL) < 0) {
380 if (sigaction(SIGCHLD, &sa_chld, NULL) < 0) {
H A Dsvr-chansession.c140 sigaction(SIGCHLD, &sa_chld, NULL);
663 if (signal(SIGCHLD, SIG_DFL) == SIG_ERR) {
766 if (signal(SIGCHLD, SIG_DFL) == SIG_ERR) {
1017 if (sigaction(SIGCHLD, &sa_chld, NULL) < 0) {
/external/bluetooth/bluez/rfcomm/
H A Dmain.c437 sigaction(SIGCHLD, &sa, NULL);
448 sigdelset(&sigs, SIGCHLD);
596 sigaction(SIGCHLD, &sa, NULL);
607 sigdelset(&sigs, SIGCHLD);
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c252 sigaction(SIGCHLD, &sa, NULL);
H A Dbpasniff.c300 sigaction(SIGCHLD, &sa, NULL);
/external/kernel-headers/original/asm-x86/
H A Dsignal.h60 #define SIGCHLD 17 macro
90 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
92 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/external/ipsec-tools/src/racoon/
H A Dsession.c322 SIGCHLD,
424 case SIGCHLD:
/external/mtpd/
H A Dmtpd.c197 signal(SIGCHLD, interrupt);
224 if (signal == SIGCHLD && waitpid(pppd_pid, &status, WNOHANG) == pppd_pid
/external/oprofile/daemon/
H A Doprofiled.c250 sigaddset(&act.sa_mask, SIGCHLD);
252 if (sigaction(SIGCHLD, &act, NULL)) {
253 perror("oprofiled: install of SIGCHLD handler failed: ");
/external/bluetooth/bluez/tools/
H A Dciptool.c374 sigaction(SIGCHLD, &sa, NULL);
385 sigdelset(&sigs, SIGCHLD);
H A Dppporc.c249 sigaction(SIGCHLD, &sa, NULL);
/external/bluetooth/bluez/test/
H A Dhstest.c229 sigaction(SIGCHLD, &sa, NULL);
H A Dscotest.c408 sigaction(SIGCHLD, &sa, NULL);
/external/strace/
H A Dsignal.c492 /* SIGCHLD. */
663 case SIGCHLD:
730 case SIGCHLD:
848 case SIGCHLD:
/external/iproute2/misc/
H A Drtacct.c532 signal(SIGCHLD, sigchild);
/external/netperf/
H A Dnetserver.c631 /* some OS's have SIGCLD defined as SIGCHLD */
633 #define SIGCLD SIGCHLD

Completed in 90 milliseconds

12