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

1 2 3 4

  /external/strace/xlat/
sigchld_codes.h 8 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))
9 # define CLD_KILLED 2
11 XLAT(CLD_KILLED),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 228 CLD_KILLED, /* Child was killed. */
229 # define CLD_KILLED CLD_KILLED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 228 CLD_KILLED, /* Child was killed. */
229 # define CLD_KILLED CLD_KILLED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 228 CLD_KILLED, /* Child was killed. */
229 # define CLD_KILLED CLD_KILLED
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 78 case CLD_KILLED:
79 code = "CLD_KILLED";
112 case CLD_KILLED:
  /external/bison/lib/
wait-process.c 227 /* info.si_code is set to one of CLD_EXITED, CLD_KILLED, CLD_DUMPED,
231 || info.si_code == CLD_KILLED || info.si_code == CLD_DUMPED)
264 case CLD_KILLED:
  /external/e2fsprogs/e2fsck/
sigcatcher.c 269 #ifdef CLD_KILLED
270 DEFINE_ENTRY(CLD_KILLED)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 210 #define CLD_KILLED (__SI_CHLD | 2)
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 210 #define CLD_KILLED (__SI_CHLD|2)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 229 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 204 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 219 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)

Completed in 761 milliseconds

1 2 3 4