HomeSort by relevance Sort by last modified time
    Searched refs:SIGCHLD (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/valgrind/none/tests/
coolo_sigaction.stdout.exp 1 handled SIGCHLD
coolo_sigaction.cpp 11 printf("handled %s\n", arg == SIGCHLD ? "SIGCHLD" : "?!unexpected signal?!" );
19 sigaddset(&(act.sa_mask), SIGCHLD);
32 sigaction( SIGCHLD, &act, &oldChildHandlerData );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 50 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
51 #define SIGCHLD 17 /* Child status has changed (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 50 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
51 #define SIGCHLD 17 /* Child status has changed (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 50 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
51 #define SIGCHLD 17 /* Child status has changed (POSIX). */
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 27 SIGCHLD = 17 # Child exited
  /external/strace/tests/
signalfd.c 46 sigaddset(&mask, SIGCHLD);
sigreturn.c 49 sigaddset(&set, SIGCHLD);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
  /external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc 68 SIGCHLD,
73 EXPECT_EQ(0, kill(getpid(), SIGCHLD));
79 EXPECT_EQ(SIGCHLD, infos_[0].ssi_signo);
81 EXPECT_EQ(0, kill(getpid(), SIGCHLD));
98 SIGCHLD,
104 EXPECT_EQ(0, kill(getpid(), SIGCHLD));
112 EXPECT_EQ(SIGCHLD, infos_[i].ssi_signo);
118 SIGCHLD,
132 EXPECT_EQ(SIGCHLD, infos_[0].ssi_signo);
  /bionic/libc/arch-mips/bionic/
vfork.S 34 #define SIGCHLD 18
48 li a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /bionic/libc/arch-mips64/bionic/
vfork.S 34 #define SIGCHLD 18
55 LI a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /external/tcpdump/
setsignal.c 76 if (sig == SIGCHLD)
  /system/extras/simpleperf/
workload_test.cpp 32 ScopedSignalHandler scoped_signal_handler({SIGCHLD}, signal_handler);
50 ScopedSignalHandler scoped_signal_handler({SIGCHLD}, signal_handler);
70 ScopedSignalHandler scoped_signal_handler({SIGCHLD}, signal_handler);
  /bionic/libc/arch-arm64/bionic/
vfork.S 39 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
  /bionic/libc/bionic/
fork.cpp 34 #define FORK_FLAGS (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD)
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 54 #define SIGCHLD 18
55 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-21/arch-mips/include/asm/
signal.h 54 #define SIGCHLD 18
55 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
signal.h 54 #define SIGCHLD 18
55 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 42 #define SIGCHLD 18 /* Child status has changed (POSIX). */
43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
68 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
70 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos.h 142 # if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD)
143 # define SIGCHLD SIGCLD

Completed in 902 milliseconds

1 2 3 4 5 6 7 8 9