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

1 2 3 4 5 6 7 8 910

  /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)
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos.h 142 # if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD)
143 # define SIGCHLD SIGCLD
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 27 SIGCHLD = 17 # Child exited
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 27 SIGCHLD = 17 # Child exited
  /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). */
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 47 #define SIGCHLD 17
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 47 #define SIGCHLD 17
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 54 #define SIGCHLD 18
55 #define SIGCLD SIGCHLD
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 52 #define SIGCHLD 17
  /development/ndk/platforms/android-21/arch-arm/include/asm/
signal.h 47 #define SIGCHLD 17
  /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-21/arch-x86/include/asm/
signal.h 52 #define SIGCHLD 17
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
signal.h 52 #define SIGCHLD 17
  /development/ndk/platforms/android-21/include/asm-generic/
signal.h 47 #define SIGCHLD 17
  /development/ndk/platforms/android-9/arch-arm/include/asm/
signal.h 39 #define SIGCHLD 17
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 52 #define SIGCHLD 17
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 34 #define SIGCHLD 17
64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
65 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 27 #define SIGCHLD 17
59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
61 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /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.

Completed in 435 milliseconds

1 2 3 4 5 6 7 8 910