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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 226 CLD_EXITED = 1, /* Child has exited. */
227 # define CLD_EXITED CLD_EXITED
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 226 CLD_EXITED = 1, /* Child has exited. */
227 # define CLD_EXITED CLD_EXITED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 226 CLD_EXITED = 1, /* Child has exited. */
227 # define CLD_EXITED CLD_EXITED
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 71 case CLD_EXITED:
72 code = "CLD_EXITED";
107 case CLD_EXITED:
  /external/bison/lib/
wait-process.c 227 /* info.si_code is set to one of CLD_EXITED, CLD_KILLED, CLD_DUMPED,
230 if (info.si_code == CLD_EXITED
277 case CLD_EXITED:
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 179 #define CLD_EXITED (__SI_CHLD|1)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /development/ndk/sources/android/libportable/common/include/asm-generic/
siginfo_portable.h 173 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 194 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h 194 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h 194 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 166 #define CLD_EXITED (__SI_CHLD|1)

Completed in 77 milliseconds

1 2 3