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

1 2 3 4 5 6 7 8 9

  /external/valgrind/main/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 );
  /bionic/libc/arch-mips/bionic/
vfork.S 34 #define SIGCHLD 18
40 li a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /external/lldb/test/expression_command/call-restarts/
lotta-signals.c 13 printf ("Got sigchld %d.\n", sigchld_no);
25 result = kill (getpid(), SIGCHLD);
53 signal (SIGCHLD, sigchld_handler);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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/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)
  /bionic/libc/arch-mips64/bionic/
vfork.S 34 #define SIGCHLD 18
49 LI a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /external/strace/test/
sigreturn.c 21 sigaddset(&set, SIGCHLD);
  /external/tcpdump/
setsignal.c 81 if (sig == SIGCHLD)
  /bionic/libc/arch-arm64/bionic/
vfork.S 34 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
  /bionic/libc/bionic/
fork.cpp 34 #define FORK_FLAGS (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD)
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 46 case SIGCHLD: return "SIGCHLD"; // 20 to parent on child stop or exit
  /bionic/libc/kernel/uapi/asm-mips/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
  /development/ndk/platforms/android-L/arch-mips/include/asm/
signal.h 54 #define SIGCHLD 18
55 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
signal.h 54 #define SIGCHLD 18
55 #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.6/sysroot/usr/include/X11/
Xos.h 142 # if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD)
143 # define SIGCHLD SIGCLD
  /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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD

Completed in 917 milliseconds

1 2 3 4 5 6 7 8 9