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

1 2 3 4

  /external/strace/xlat/
sigchld_codes.h 4 #if defined(CLD_EXITED) || (defined(HAVE_DECL_CLD_EXITED) && HAVE_DECL_CLD_EXITED)
5 XLAT(CLD_EXITED),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 72 case CLD_EXITED:
73 code = "CLD_EXITED";
108 case CLD_EXITED:
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.cc 74 if (reaped_child_info.si_code == CLD_EXITED) {
scoped_process.cc 87 if (process_info.si_code == 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:
  /external/e2fsprogs/e2fsck/
sigcatcher.c 266 #ifdef CLD_EXITED
267 DEFINE_ENTRY(CLD_EXITED)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 209 #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/platforms/android-L/include/asm-generic/
siginfo.h 209 #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)
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 228 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
siginfo.h 203 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 203 #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)

Completed in 144 milliseconds

1 2 3 4