HomeSort by relevance Sort by last modified time
    Searched defs:SIGCLD (Results 1 - 21 of 21) sorted by null

  /external/netperf/
netserver.c 631 /* some OS's have SIGCLD defined as SIGCHLD */
632 #ifndef SIGCLD
633 #define SIGCLD SIGCHLD
634 #endif /* SIGCLD */
636 signal(SIGCLD, SIG_IGN);
713 signal(SIGCLD, SIG_IGN);
  /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). */
  /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). */
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 55 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-L/arch-mips/include/asm/
signal.h 55 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
signal.h 55 #define SIGCLD SIGCHLD
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 251 #define SIGCLD 20 /* System V name for SIGCHLD */
275 #define SIGCLD 18
291 #define SIGCLD 20 /* System V name for SIGCHLD */
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm/
signal.h 55 #define SIGCLD SIGCHLD
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD

Completed in 648 milliseconds