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

1 2 3

  /external/strace/xlat/
sigchld_codes.h 14 #if !(defined(CLD_STOPPED) || (defined(HAVE_DECL_CLD_STOPPED) && HAVE_DECL_CLD_STOPPED))
15 # define CLD_STOPPED 5
35 XLAT(CLD_STOPPED),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 234 CLD_STOPPED, /* Child has stopped. */
235 # define CLD_STOPPED CLD_STOPPED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 234 CLD_STOPPED, /* Child has stopped. */
235 # define CLD_STOPPED CLD_STOPPED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 234 CLD_STOPPED, /* Child has stopped. */
235 # define CLD_STOPPED CLD_STOPPED
  /external/tlsdate/src/
tlsdate-setter.c 53 case CLD_STOPPED:
  /frameworks/av/media/audioserver/
main_audioserver.cpp 81 case CLD_STOPPED:
82 code = "CLD_STOPPED";
  /external/e2fsprogs/e2fsck/
sigcatcher.c 278 #ifdef CLD_STOPPED
279 DEFINE_ENTRY(CLD_STOPPED)
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 214 #define CLD_STOPPED (__SI_CHLD|5)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 207 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 222 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)

Completed in 231 milliseconds

1 2 3