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

1 2

  /external/bison/lib/
subpipe.c 31 #if ! defined SIGCHLD && defined SIGCLD
32 # define SIGCHLD SIGCLD
92 #ifdef SIGCHLD
93 /* System V fork+wait does not work if SIGCHLD is ignored. */
94 signal (SIGCHLD, SIG_DFL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 278 #if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD) && !defined(ISC)
279 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 269 #if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD) && !defined(ISC)
270 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 278 #if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD) && !defined(ISC)
279 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 269 #if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD) && !defined(ISC)
270 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 269 #if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD) && !defined(ISC)
270 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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). */
  /bionic/libc/kernel/arch-arm/asm/
signal.h 47 #define SIGCHLD 17
  /bionic/libc/kernel/arch-mips/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /bionic/libc/kernel/arch-x86/asm/
signal.h 52 #define SIGCHLD 17
  /development/ndk/platforms/android-3/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/asm-arm/
signal.h 48 #define SIGCHLD 17
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
79 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /external/kernel-headers/original/asm-mips/
signal.h 43 #define SIGCHLD 18 /* Child status has changed (POSIX). */
44 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
71 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 35 #define SIGCHLD 17
65 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
67 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 35 #define SIGCHLD 17
65 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
67 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 35 #define SIGCHLD 17
65 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
67 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h 55 #define SIGCHLD 18
56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
signal.h 39 #define SIGCHLD 17
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
signal.h 39 #define SIGCHLD 17
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
signal.h 39 #define SIGCHLD 17

Completed in 488 milliseconds

1 2