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

12345678910

/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dprogrammer_test.cpp54 PRE(signo == SIGCHLD);
60 PRE(signo == SIGCHLD);
74 signals::programmer programmer(SIGCHLD, sigchld::handler_1);
76 ::kill(::getpid(), SIGCHLD); local
81 ::kill(::getpid(), SIGCHLD); local
90 signals::programmer programmer(SIGCHLD, sigchld::handler_1);
92 ::kill(::getpid(), SIGCHLD); local
97 ::kill(::getpid(), SIGCHLD); local
105 signals::programmer programmer_1(SIGCHLD, sigchld::handler_1);
108 ::kill(::getpid(), SIGCHLD); local
115 ::kill(::getpid(), SIGCHLD); local
122 ::kill(::getpid(), SIGCHLD); local
129 ::kill(::getpid(), SIGCHLD); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigchld.c18 /* Check that GDB isn't messing the SIGCHLD mask while creating an
32 if (!sigismember (&mask, SIGCHLD))
H A Dcatch-signal-fork.c42 signal (SIGCHLD, handle);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigchld.c18 /* Check that GDB isn't messing the SIGCHLD mask while creating an
32 if (!sigismember (&mask, SIGCHLD))
H A Dcatch-signal-fork.c42 signal (SIGCHLD, handle);
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-signal.c162 start_timer(loop, SIGCHLD, &tc);
163 start_watcher(loop, SIGCHLD, &sc, 0);
169 start_timer(loop, SIGCHLD, &tc);
176 uv_signal_start(&sc.handle, signal_cb, SIGCHLD);
178 start_timer(loop, SIGCHLD, &tc);
219 start_timer(loop, SIGCHLD, &tc);
220 start_watcher(loop, SIGCHLD, &sc, 1);
226 start_timer(loop, SIGCHLD, &tc);
232 uv_signal_start_oneshot(&sc.handle, signal_cb_one_shot, SIGCHLD);
233 start_timer(loop, SIGCHLD,
[all...]
/netbsd-current/sys/compat/linux/arch/arm/
H A Dlinux_sigarray.c52 SIGCHLD,
/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_sigarray.c52 SIGCHLD,
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dstepi-random-signal.c28 pthread_kill (main_thread, SIGCHLD);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dstepi-random-signal.c28 pthread_kill (main_thread, SIGCHLD);
/netbsd-current/lib/librumpuser/
H A Drumpuser_sigtrans.c83 #ifdef SIGCHLD
84 case 20 : return SIGCHLD;
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dsignal.h75 #ifdef SIGCHLD
76 #define LDAP_SIGCHLD SIGCHLD
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-signal.c41 #ifdef SIGCHLD
42 { "SIGCHLD", SIGCHLD, 20 },
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dtarget-newlib-signal.c41 #ifdef SIGCHLD
42 { "SIGCHLD", SIGCHLD, 20 },
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_sigarray.c55 SIGCHLD, /* 20 */
/netbsd-current/sys/compat/linux/arch/mips/
H A Dlinux_sigarray.c56 SIGCHLD,
/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_sigarray.c52 SIGCHLD,
/netbsd-current/games/sail/
H A Dpl_1.c65 signal(SIGCHLD, SIG_IGN);
134 signal(SIGCHLD, SIG_IGN);
140 signal(SIGCHLD, child);
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dmain.c151 #ifdef SIGCHLD
153 sigaction(SIGCHLD, &sa, NULL);
164 #ifdef SIGCHLD
165 signal(SIGCHLD, sigchld);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dclone3.c37 | SIGCHLD, "ab");
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dblock-signals.h42 sigaddset (&mask, SIGCHLD);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dblock-signals.h42 sigaddset (&mask, SIGCHLD);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
H A Dclone3.c37 | SIGCHLD, "ab");
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dsignals.h31 #if !defined (SIGCHLD) && defined (SIGCLD)
32 #define SIGCHLD SIGCLD macro
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-timer.c132 ochld = signal(SIGCHLD, SIG_IGN);
135 signal(SIGCHLD, ochld != SIG_ERR ? ochld : SIG_DFL);
154 signal(SIGCHLD, ochld != SIG_ERR ? ochld : SIG_DFL);

Completed in 320 milliseconds

12345678910