Searched refs:SIGCLD (Results 1 - 25 of 47) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dwaitpid.c53 #undef SIGCLD
104 #if !defined(SIGCLD)
131 #if !defined(SIGCLD)
137 #if defined(SIGCLD)
138 handler = signal(SIGCLD, catch);
141 signal(SIGCLD, handler);
155 #if defined(SIGCLD)
156 if (flags & WNOHANG) signal(SIGCLD, handler);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/data/
H A Dsignals.c24 #if defined(SIGCLD) && !defined(SIGCHLD)
25 # define SIGCHLD SIGCLD
67 # ifdef SIGCLD
68 # if SIGCLD!=SIGCHLD
69 "CLD", VAL(SIGCLD,SH_SIGFAULT), S("Death of Child"),
71 # endif /* SIGCLD */
73 # ifdef SIGCLD
74 "CLD", VAL(SIGCLD,SH_SIGFAULT), S("Death of Child"),
75 # endif /* SIGCLD */
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h42 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmsig.c43 * SIGCLD - tmchild died
62 (void)sigdelset(&cset, SIGCLD);
77 (void)sigaction(SIGCLD, &sigact, NULL);
H A Dttymon.c108 (void) sigaction(SIGCLD, NULL, &Sigcld);
300 (void) sigaddset(&tset, SIGCLD);
322 (void) sigaddset(&tset, SIGCLD);
H A Dtmsac.c174 (void)sigaddset(&tset, SIGCLD);
H A Dtmhandler.c100 /* protect following region from SIGCLD */
103 (void)sigaddset(&tset, SIGCLD);
267 * sigchild - handler for SIGCLD
391 (void)sigaddset(&tset, SIGCLD);
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dsigcrit.c50 #if defined(SIGCHLD) && ( !defined(SIGCLD) || SIGCHLD != SIGCLD || _lib_sigprocmask || _lib_sigsetmask )
/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Djobs.h38 #if defined(SIGCLD) && !defined(SIGCHLD)
39 # define SIGCHLD SIGCLD
H A Dbuiltins.h75 #if defined(SIGCLD) || defined(SIGCHLD)
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c161 case SIGCLD: /* System V name for SIGCHLD */
203 return (SIGCLD);
247 omask |= sigmask(SIGCLD);
291 if (omask & sigmask(SIGCLD))
/opensolaris-onvv-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h69 #define SIGCLD 18 /* child status change */ macro
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dsigaction.c102 if (sig == SIGCLD) {
115 if (sig == SIGCLD)
195 if (sig == SIGCLD) {
208 if (sig == SIGCLD)
/opensolaris-onvv-gate/usr/src/cmd/saf/
H A Dsac.c60 static struct sigaction Sigcld; /* SIGCLD */
186 (void) sigaddset(&sigact.sa_mask, SIGCLD);
187 (void) sigaction(SIGCLD, &sigact, &Sigcld);
289 * monitors and should get the SIGCLD's if they die (and
291 * although init would get the SIGCLD when the stuckie gets
411 (void) sigaddset(&tset, SIGCLD);
598 (void) sigaddset(&tset, SIGCLD);
655 (void) sigaction(SIGCLD, &Sigcld, NULL);
893 * We play with SIGCLD here to that after SIGKILL is sent, the catcher
895 * is established for SIGCLD an
[all...]
H A Dreadtab.c281 (void) sigaddset(&tset, SIGCLD);
/opensolaris-onvv-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c335 } else if (sig == SIGCLD) {
376 if (sig == SIGCLD)
396 if (sig == SIGCLD) {
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h91 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dstr2sig.c62 { "CLD", SIGCLD },
/opensolaris-onvv-gate/usr/src/lib/libast/common/features/
H A Dsignal.c73 #ifdef SIGCLD
75 "Death of child", "CLD", SIGCLD,
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c403 int pl_dflag; /* Flag indicating SIGCLD from this pid */
939 (void) sighold(SIGCLD);
942 (void) sigrelse(SIGCLD);
1394 (void) sighold(SIGCLD);
1453 (void) sigrelse(SIGCLD);
1890 (void) sighold(SIGCLD);
1893 (void) sigrelse(SIGCLD);
2080 (void) sighold(SIGCLD);
2098 (void) sigrelse(SIGCLD);
2205 (void) sigset(SIGCLD, childeat
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dmain.c223 for (i = SIGINT; i < SIGCLD; i++) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsig.c75 {(sigmask(SIGCONT)|sigmask(SIGCLD)|sigmask(SIGPWR)
703 if (sig == SIGCLD)
772 * If SIGCLD was dequeued from the process's signal queue,
773 * search for other pending SIGCLD's from the list of children.
1614 if (sig == SIGCLD) {
1667 if (sig == SIGCLD)
1705 PTOU(pp)->u_signal[SIGCLD - 1] == SIG_IGN) {
1731 * Give the parent process a SIGCLD if it does not have one pending,
1732 * else mark the child process so a SIGCLD can be posted later.
1744 * If a SIGCLD i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c427 (void) signal(SIGCLD, SIG_IGN);
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dserver.c442 * ignore the SIGCLD signal so that it does not
445 (void) signal(SIGCLD, SIG_IGN);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c131 fprintf(stderr, "ypbind sighandler: got SIGCLD signal (event=%d)\n",
342 sighold(SIGCLD); /* add it to ypbind's signal mask */
363 sigrelse(SIGCLD);
374 sigrelse(SIGCLD);
379 sigrelse(SIGCLD);

Completed in 301 milliseconds

12