Home
last modified time | relevance | path

Searched refs:CLD_KILLED (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dsigchld_codes.h5 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))
6 # define CLD_KILLED 2 macro
32 XLAT(CLD_KILLED),
Dsigchld_codes.in2 CLD_KILLED 2
/external/bison/lib/
Dwait-process.c231 || info.si_code == CLD_KILLED || info.si_code == CLD_DUMPED) in wait_subprocess()
264 case CLD_KILLED: in wait_subprocess()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c269 #ifdef CLD_KILLED
270 DEFINE_ENTRY(CLD_KILLED)
/external/libchrome/sandbox/linux/services/
Dscoped_process.cc89 } else if (process_info.si_code == CLD_KILLED || in WaitForExit()
/external/strace/tests/
Dwait.expected6 --- SIGCHLD \{si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=[[:digit:]]+, si_uid=[[:digit:]]+, si_st…
/external/tlsdate/src/
Dtlsdate-setter.c47 case CLD_KILLED: in report_setter_error()
/external/libbrillo/brillo/
Dprocess_reaper_unittest.cc114 EXPECT_EQ(CLD_KILLED, info.si_code); in TEST_F()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h236 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ macro
/external/v8/src/
Dd8-posix.cc408 if (child_info.si_code == CLD_KILLED) { in WaitForChild()
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process_unittest.cc437 SANDBOX_ASSERT(CLD_KILLED == process_info.si_code); in SANDBOX_TEST()
/external/valgrind/include/vki/
Dvki-solaris.h930 #define VKI_CLD_KILLED CLD_KILLED