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

1 2

  /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). */
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c 37 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH,
  /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
  /prebuilts/ndk/9/platforms/android-14/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-9/arch-mips/usr/include/asm/
signal.h 56 #define SIGCLD SIGCHLD
  /ndk/sources/host-tools/make-3.81/
signame.c 148 /* If SIGCLD == SIGCHLD, we want to print it as SIGCHLD because that
153 #if defined (SIGCLD)
154 init_sig (SIGCLD, "CLD", _("Child exited"));
main.c 1016 # if defined SIGCLD && SIGCLD != SIGCHLD
1017 (void) bsd_signal (SIGCLD, SIG_DFL);
    [all...]
job.c 946 #if defined SIGCLD && SIGCLD != SIGCHLD
947 sigaction (SIGCLD, &sa, NULL);
    [all...]
  /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/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 279 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 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 279 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 270 #define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 270 #define SIGCHLD SIGCLD
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 364 #if !defined (SIGCHLD) && defined (SIGCLD)
365 # define SIGCHLD SIGCLD
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 364 #if !defined (SIGCHLD) && defined (SIGCLD)
365 # define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 364 #if !defined (SIGCHLD) && defined (SIGCLD)
365 # define SIGCHLD SIGCLD
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 364 #if !defined (SIGCHLD) && defined (SIGCLD)
365 # define SIGCHLD SIGCLD

Completed in 439 milliseconds

1 2