Searched refs:sigchld (Results 1 – 10 of 10) sorted by relevance
79 if (p->sigchld != SIG_DFL) in procclose()80 signal(SIGCHLD, p->sigchld); in procclose()
49 Sig_handler_t sigchld; /* PROC_FOREGROUND SIG_DFL */ \
486 proc->sigchld = signal(SIGCHLD, SIG_DFL); in procopen()513 if (proc->sigchld != SIG_IGN) in procopen()760 proc->sigchld = signal(SIGCHLD, SIG_DFL); in procopen()839 if (proc->sigchld != SIG_DFL) in procopen()840 signal(SIGCHLD, proc->sigchld); in procopen()
335 sigchld(int sig, struct siginfo *si, void *ucp) in sigchld() function598 sact.sa_sigaction = sigchld; in main()
113 sigchld(int sig) in sigchld() function251 (void) sigset(SIGCHLD, sigchld); in iiboot_lintmain()
114 tests/sigchld.sh \
4 timesensitive='*@(options|sigchld|subshell).sh'
194 sigchld(int sig) in sigchld() function2044 (void) sigset(SIGCHLD, sigchld); in main()
143 file path=usr/demo/ksh/tests/sigchld.sh
2239 fix sigchld race; cjc5@po.cwru.edu2293 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu