Searched refs:SIGCHLD (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 473 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 D | kern_sig.c | 233 [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 D | sys_procdesc.c | 401 p->p_sigparent = SIGCHLD; in procdesc_close()
|
| H A D | kern_fork.c | 512 p2->p_sigparent = SIGCHLD; in do_fork()
|
| H A D | sys_process.c | 1031 p->p_sigparent = SIGCHLD; in kern_ptrace()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 76 { SIGCHLD, "SIGCHLD", "", ngx_signal_handler }, 401 case SIGCHLD: in ngx_signal_handler() 462 if (signo == SIGCHLD) { in ngx_signal_handler()
|
| H A D | ngx_process_cycle.c | 103 sigaddset(&set, SIGCHLD); in ngx_master_process_cycle()
|
| /f-stack/freebsd/sys/ |
| H A D | rctl.h | 116 #define RCTL_ACTION_SIGCHLD SIGCHLD
|
| H A D | signal.h | 109 #define SIGCHLD 20 /* to parent on child stop or exit */ macro
|
| /f-stack/tools/libutil/ |
| H A D | pw_util.c | 301 sigaddset(&nsigset, SIGCHLD); in pw_edit()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 18585 thread was waking up with an error from receiving a SIGCHLD
|