HomeSort by relevance Sort by last modified time
    Searched defs:SIGCLD (Results 1 - 9 of 9) 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 50 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
  /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). */
  /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). */
  /bionic/libc/kernel/arch-mips/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /external/kernel-headers/original/asm-mips/
signal.h 44 #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

Completed in 240 milliseconds