Home
last modified time | relevance | path

Searched refs:SIGCHLD (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_exit.c473 q->p_sigparent = SIGCHLD; in exit1()
496 pksignal(q->p_reaper, SIGCHLD, ksi1); in exit1()
618 p->p_sigparent = SIGCHLD; in exit1()
633 if (p->p_sigparent == SIGCHLD) { in exit1()
891 pksignal(t, SIGCHLD, p->p_ksi); in proc_reap()
1068 if ((p->p_sigparent != SIGCHLD) ^ in proc_to_reap()
1084 siginfo->si_signo = SIGCHLD; in proc_to_reap()
H A Dkern_sig.c233 [SIGCHLD] = SIGPROP_IGNORE,
724 if (sig == SIGCHLD && ps->ps_flag & PS_NOCLDSTOP) in kern_sigaction()
726 if (sig == SIGCHLD && ps->ps_flag & PS_NOCLDWAIT) in kern_sigaction()
767 if (sig == SIGCHLD) { in kern_sigaction()
785 if (ps->ps_sigact[_SIG_IDX(SIGCHLD)] == SIG_IGN) in kern_sigaction()
1030 if (ps->ps_sigact[_SIG_IDX(SIGCHLD)] == SIG_IGN) in execsigs()
1031 ps->ps_sigact[_SIG_IDX(SIGCHLD)] = SIG_DFL; in execsigs()
3332 p->p_ksi->ksi_signo = SIGCHLD; in sigparent()
3340 pksignal(p->p_pptr, SIGCHLD, p->p_ksi); in sigparent()
H A Dsys_procdesc.c401 p->p_sigparent = SIGCHLD; in procdesc_close()
H A Dkern_fork.c512 p2->p_sigparent = SIGCHLD; in do_fork()
H A Dsys_process.c1031 p->p_sigparent = SIGCHLD; in kern_ptrace()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.c76 { SIGCHLD, "SIGCHLD", "", ngx_signal_handler },
401 case SIGCHLD: in ngx_signal_handler()
462 if (signo == SIGCHLD) { in ngx_signal_handler()
H A Dngx_process_cycle.c103 sigaddset(&set, SIGCHLD); in ngx_master_process_cycle()
/f-stack/freebsd/sys/
H A Drctl.h116 #define RCTL_ACTION_SIGCHLD SIGCHLD
H A Dsignal.h109 #define SIGCHLD 20 /* to parent on child stop or exit */ macro
/f-stack/tools/libutil/
H A Dpw_util.c301 sigaddset(&nsigset, SIGCHLD); in pw_edit()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt18585 thread was waking up with an error from receiving a SIGCHLD