| /xsrc/external/mit/xsm/dist/ |
| H A D | signals.c | 175 Signal (SIGCHLD, sig_child_handler); 211 Signal (SIGCHLD, SIG_IGN); 222 Signal (SIGCHLD, sig_child_handler);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | pager.c | 74 signal(SIGCHLD, pager_death);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xos.h | 142 # if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD) 143 # define SIGCHLD SIGCLD macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | write.c | 160 csig = signal(SIGCHLD, SIG_DFL); 181 signal(SIGCHLD, csig);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | write.c | 143 csig = OsSignal(SIGCHLD, SIG_DFL); 161 OsSignal(SIGCHLD, csig);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | signals.c | 60 /* Setting SIGCHLD to SIG_IGN detaches children from the parent 65 signal(SIGCHLD, ChildExit);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | util.c | 274 #ifdef SIGCHLD 275 (void) Signal (SIGCHLD, SIG_DFL);
|
| H A D | dm.c | 245 (void) Signal (SIGCHLD, ChildNotify); 473 sigaddset(&mask, SIGCHLD); 478 omask = sigblock (sigmask (SIGCHLD) | sigmask (SIGHUP));
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | simple-xinit.c | 88 if (sigaction(SIGCHLD, &sa, 0) == -1) {
|
| /xsrc/external/mit/luit/dist/ |
| H A D | luit.c | 484 installHandler(SIGCHLD, sigchldHandler); 516 installHandler(SIGCHLD, SIG_DFL);
|
| /xsrc/external/mit/imake/dist/ |
| H A D | imake.c | 184 #if !defined(SIGCHLD) && defined(SIGCLD) 185 # define SIGCHLD SIGCLD macro 532 #ifdef SIGCHLD 533 signal(SIGCHLD, SIG_DFL);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 1217 sigaddset (&set, SIGCHLD); 1269 csig = signal(SIGCHLD, SIG_DFL); 1293 if (signal(SIGCHLD, csig) == SIG_ERR) {
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | utils.c | 1327 sigaddset(&set, SIGCHLD); 1394 csig = OsSignal(SIGCHLD, SIG_DFL); 1419 if (OsSignal(SIGCHLD, csig) == SIG_ERR) {
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | connection.c | 256 HANDLE_SIGNAL(SIGCHLD, CleanupChild);
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinit.c | 287 sigaction(SIGCHLD, &si, NULL);
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | command.c | 200 (void) signal(SIGCHLD, ChildDone);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 1092 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 1387 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 865 signal(SIGCHLD, SIG_DFL); /* Need to wait for child processes */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 766 OsSignal(SIGCHLD, SIG_DFL); /* Need to wait for child processes */
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | main.c | 2103 /* make sure we sure we ignore SIGCHLD for the cases parent 2958 (void) posix_signal(SIGCHLD, reapchild); 2960 (void) signal(SIGCHLD, reapchild); 4729 signal(SIGCHLD, SIG_DFL); 5769 (void) signal(SIGCHLD, reapchild);
|
| H A D | misc.c | 2223 chldfunc = signal(SIGCHLD, SIG_DFL); 2279 signal(SIGCHLD, chldfunc); 2396 signal(SIGCHLD, SIG_DFL);
|