HomeSort by: relevance | last modified time | path
    Searched defs:SIGCHLD (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/signals/
programmer_test.cpp 46 namespace sigchld { namespace in namespace:__anon7008
54 PRE(signo == SIGCHLD);
60 PRE(signo == SIGCHLD);
65 } // namespace sigchld
74 signals::programmer programmer(SIGCHLD, sigchld::handler_1);
75 sigchld::happened_1 = false;
76 ::kill(::getpid(), SIGCHLD);
77 ATF_REQUIRE(sigchld::happened_1);
80 sigchld::happened_1 = false
    [all...]
  /src/external/gpl2/texinfo/dist/info/
signals.h 31 #if !defined (SIGCHLD) && defined (SIGCLD)
32 #define SIGCHLD SIGCLD
  /src/external/bsd/tmux/dist/
spawn.c 474 kill(getpid(), SIGCHLD);
server-fn.c 324 kill(getpid(), SIGCHLD);
window.c 985 kill(getpid(), SIGCHLD);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 31 signalled to GDB with a SIGCHLD.
47 GDB a SIGCHLD. This means that when GDB enters sigsuspend it will block
49 SIGCHLD means that we will never see an event on the child threads. To
53 a new thread which, after a short delay, will send GDB a SIGCHLD. */
120 sending a SIGCHLD at some point in the future. */
184 short period of time and then sends SIGCHLD to the GDB process. This
193 SIGCHLD is delivered and handled. */
201 log_msg ("signal-thread: sending SIGCHLD\n");
202 kill (getpid (), SIGCHLD);
322 /* If SIGCHLD is _not_ in MASK, and is therefore deliverable, then if w
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 31 signalled to GDB with a SIGCHLD.
47 GDB a SIGCHLD. This means that when GDB enters sigsuspend it will block
49 SIGCHLD means that we will never see an event on the child threads. To
53 a new thread which, after a short delay, will send GDB a SIGCHLD. */
120 sending a SIGCHLD at some point in the future. */
184 short period of time and then sends SIGCHLD to the GDB process. This
193 SIGCHLD is delivered and handled. */
201 log_msg ("signal-thread: sending SIGCHLD\n");
202 kill (getpid (), SIGCHLD);
322 /* If SIGCHLD is _not_ in MASK, and is therefore deliverable, then if w
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff.c 417 #if !defined(SIGCHLD) && defined(SIGCLD)
418 #define SIGCHLD SIGCLD
420 #ifdef SIGCHLD
422 System V fork+wait does not work if SIGCHLD is ignored. */
423 signal (SIGCHLD, SIG_DFL);
  /src/external/gpl2/diffutils/dist/src/
system.h 297 #if !defined SIGCHLD && defined SIGCLD
298 # define SIGCHLD SIGCLD
  /src/sys/sys/
signal.h 72 #define SIGCHLD 20 /* to parent on child stop or exit */
225 /* Only valid for SIGCHLD. */
226 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */
  /src/external/gpl2/rcs/dist/src/
rcsfnms.c 943 # ifndef SIGCHLD
944 # define SIGCHLD SIGCLD
946 VOID signal(SIGCHLD, SIG_DFL);
rcsutil.c 1022 # ifndef SIGCHLD
1023 # define SIGCHLD SIGCLD
1025 VOID signal(SIGCHLD, SIG_DFL);
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.h 42 #if ! defined( SIGCHLD ) && defined( SIGCLD )
43 # define SIGCHLD SIGCLD
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h 42 #if ! defined( SIGCHLD ) && defined( SIGCLD )
43 # define SIGCHLD SIGCLD
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 427 #ifndef SIGCHLD
428 #define SIGCHLD SIGCLD
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 427 #ifndef SIGCHLD
428 #define SIGCHLD SIGCLD
  /src/bin/ksh/
sh.h 66 #ifndef SIGCHLD
67 # define SIGCHLD SIGCLD
  /src/external/gpl3/gcc/dist/gcc/
system.h 437 #if !defined (SIGCHLD) && defined (SIGCLD)
438 # define SIGCHLD SIGCLD
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 437 #if !defined (SIGCHLD) && defined (SIGCLD)
438 # define SIGCHLD SIGCLD
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 537 #ifdef SIGCHLD
538 kill (getpid (), SIGCHLD);
1209 #ifdef SIGCHLD
1210 signal (SIGCHLD, handle_CHLD);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 537 #ifdef SIGCHLD
538 kill (getpid (), SIGCHLD);
1209 #ifdef SIGCHLD
1210 signal (SIGCHLD, handle_CHLD);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 554 #ifdef SIGCHLD
555 kill (getpid (), SIGCHLD);
1225 #ifdef SIGCHLD
1226 signal (SIGCHLD, handle_CHLD);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 554 #ifdef SIGCHLD
555 kill (getpid (), SIGCHLD);
1225 #ifdef SIGCHLD
1226 signal (SIGCHLD, handle_CHLD);
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 28 #ifndef SIGCHLD
29 # define SIGCHLD SIGCLD

Completed in 43 milliseconds