Home
last modified time | relevance | path

Searched refs:sigchld (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libast/common/misc/
H A Dprocclose.c79 if (p->sigchld != SIG_DFL) in procclose()
80 signal(SIGCHLD, p->sigchld); in procclose()
H A Dproclib.h49 Sig_handler_t sigchld; /* PROC_FOREGROUND SIG_DFL */ \
H A Dprocopen.c486 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()
/titanic_41/usr/src/cmd/ctrun/
H A Dctrun.c335 sigchld(int sig, struct siginfo *si, void *ucp) in sigchld() function
598 sact.sa_sigaction = sigchld; in main()
/titanic_41/usr/src/cmd/avs/dsw/
H A Diiboot.c113 sigchld(int sig) in sigchld() function
251 (void) sigset(SIGCHLD, sigchld); in iiboot_lintmain()
/titanic_41/usr/src/lib/libshell/
H A DMakefile.demo114 tests/sigchld.sh \
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dshtests4 timesensitive='*@(options|sigchld|subshell).sh'
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c194 sigchld(int sig) in sigchld() function
2044 (void) sigset(SIGCHLD, sigchld); in main()
/titanic_41/usr/src/pkg/manifests/
H A Dsource-demo-system.mf143 file path=usr/demo/ksh/tests/sigchld.sh
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog2239 fix sigchld race; cjc5@po.cwru.edu
2293 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu