Lines Matching refs:SIGCHLD
1779 if (sig != SIGCHLD) { in do_notify_parent()
1785 sig = SIGCHLD; in do_notify_parent()
1824 if (!tsk->ptrace && sig == SIGCHLD && in do_notify_parent()
1825 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
1826 (psig->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT))) { in do_notify_parent()
1843 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent()
1884 info.si_signo = SIGCHLD; in do_notify_parent_cldstop()
1915 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop()
1916 !(sighand->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDSTOP)) in do_notify_parent_cldstop()
1917 __group_send_sig_info(SIGCHLD, &info, parent); in do_notify_parent_cldstop()
2865 [SIGCHLD] = { NSIGCHLD, SIL_CHLD }, in siginfo_layout()