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

1 2 3 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-25-buildonly.c 2 Test that the CLD_KILLED macro is defined.
7 #ifndef CLD_KILLED
8 #error CLD_KILLED not defined
  /external/strace/xlat/
sigchld_codes.h 5 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))
6 # define CLD_KILLED 2
32 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/audioserver/
main_audioserver.cpp 81 case CLD_KILLED:
82 code = "CLD_KILLED";
115 case CLD_KILLED:
  /external/libchrome/sandbox/linux/services/
scoped_process.cc 89 } else if (process_info.si_code == 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 270 #ifdef CLD_KILLED
271 DEFINE_ENTRY(CLD_KILLED)
  /external/strace/tests/
waitid.c 99 #ifdef CLD_KILLED
100 CASE(CLD_KILLED);
  /external/strace/tests-m32/
waitid.c 99 #ifdef CLD_KILLED
100 CASE(CLD_KILLED);
  /external/strace/tests-mx32/
waitid.c 99 #ifdef CLD_KILLED
100 CASE(CLD_KILLED);
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 210 #define CLD_KILLED (__SI_CHLD|2)
  /development/ndk/platforms/android-9/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /external/libbrillo/brillo/
process_reaper_unittest.cc 123 EXPECT_EQ(CLD_KILLED, info.si_code);
  /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/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm-generic/
siginfo.h 167 #define CLD_KILLED (__SI_CHLD|2)

Completed in 241 milliseconds

1 2 3 4 5