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

  /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.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 85 case CLD_KILLED:
86 code = "CLD_KILLED";
119 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);
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 175 #define CLD_KILLED 2
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 232 #define CLD_KILLED 2 /* child was killed */
  /external/libbrillo/brillo/
process_reaper_unittest.cc 123 EXPECT_EQ(CLD_KILLED, info.si_code);
  /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 */
  /external/minijail/linux-x86/
libconstants.gen.c 50 #ifdef CLD_KILLED
51 { "CLD_KILLED", (unsigned long) CLD_KILLED },
52 #endif // CLD_KILLED
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 180 i = CLD_KILLED;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 158 CLD_KILLED = 2
FILE.py 163 CLD_KILLED = 2
  /external/wayland/tests/
test-runner.c 418 case CLD_KILLED:
test-compositor.c 107 case CLD_KILLED:
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 446 PHPBN2(CLD_KILLED);
  /external/v8/src/
d8-posix.cc 400 if (child_info.si_code == CLD_KILLED) {
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 550 CLD_KILLED = 2
STROPTS.py 547 CLD_KILLED = 2
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 996 #define VKI_CLD_KILLED CLD_KILLED
    [all...]

Completed in 715 milliseconds