Searched refs:SIGCHLD (Results 51 - 75 of 139) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dasm-offsets.c77 DEFINE(SIGCHLD_asm, SIGCHLD);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c182 if (sig != SIGCHLD) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmain.c329 case SIGCHLD:
330 DPRINTF(E_LOG, L_MAIN, "Got SIGCHLD, reaping children\n");
374 case SIGCHLD:
375 DPRINTF(E_LOG, L_MAIN, "Got SIGCHLD, reaping children\n");
615 sigaddset(&sigs, SIGCHLD);
757 EV_SET(&ke_sigs[3], SIGCHLD, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddexec.c182 if (sig != SIGCHLD) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c53 sigdelset(&sigmask, SIGCHLD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dprocess.c176 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c341 sigaddset(&nmask, SIGCHLD);
383 signal(SIGCHLD, SIG_DFL);
582 sigaddset(&block_signals, SIGCHLD);
623 sigaddset(&unblock_signals, SIGCHLD);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnc.c131 signal(SIGCHLD, SIG_IGN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpmanager.c215 sigpipe_assign(SIGCHLD);
261 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
263 if (signum == SIGCHLD)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c193 * exited already, and the leader's parent ignores SIGCHLD,
342 /* Set the exit signal to SIGCHLD so we signal init on exit */
343 current->exit_signal = SIGCHLD;
757 p->exit_signal = SIGCHLD;
847 if (tsk->exit_signal != SIGCHLD && !task_detached(tsk) &&
850 tsk->exit_signal = SIGCHLD;
1141 * using a signal other than SIGCHLD.) */
1142 if (((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE))
1160 retval = put_user(SIGCHLD, &infop->si_signo);
1304 retval = put_user(SIGCHLD,
[all...]
H A Dkthread.c106 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD);
H A Dptrace.c252 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) ||
253 (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT);
H A Dsignal.c749 * was already finished, and then continued. Since SIGCHLD
1503 if (!task_ptrace(tsk) && sig == SIGCHLD &&
1504 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN ||
1505 (psig->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT))) {
1508 * defines special semantics for setting SIGCHLD to SIG_IGN
1517 * Whether we send SIGCHLD or not for SA_NOCLDWAIT
1522 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN)
1547 info.si_signo = SIGCHLD;
1577 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN &&
1578 !(sighand->action[SIGCHLD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dprocess.c366 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
382 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->sp, regs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp.c507 signal(SIGCHLD, do_nothing); /* don't ignore SIGCHLD */
528 if (signaled == SIGCHLD)
596 signal(SIGCHLD, sighandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c440 daemon_signal_init(SIGINT, SIGTERM, SIGCHLD, SIGHUP, 0);
492 case SIGCHLD:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c440 daemon_signal_init(SIGINT, SIGTERM, SIGCHLD, SIGHUP, 0);
492 case SIGCHLD:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess.c235 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
250 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->sp, regs, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dwrappers.S98 ldi SIGCHLD,%r26
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dprocess.c218 parameters (SIGCHLD, regs->gr[30], regs). */
250 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->gr[30], regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoed.c240 signal (SIGCHLD, &sigchild);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dinit.c316 signal(SIGCHLD, reap);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_64.c452 return do_fork(SIGCHLD, pregs->regs[15], pregs, 0, 0, 0);
480 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, pregs->regs[15], pregs, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c526 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
541 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->sp,

Completed in 167 milliseconds

123456