Searched refs:CLD_KILLED (Results 1 – 12 of 12) sorted by relevance
5 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))6 # define CLD_KILLED 2 macro32 XLAT(CLD_KILLED),
2 CLD_KILLED 2
231 || info.si_code == CLD_KILLED || info.si_code == CLD_DUMPED) in wait_subprocess()264 case CLD_KILLED: in wait_subprocess()
269 #ifdef CLD_KILLED270 DEFINE_ENTRY(CLD_KILLED)
89 } else if (process_info.si_code == CLD_KILLED || in WaitForExit()
6 --- SIGCHLD \{si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=[[:digit:]]+, si_uid=[[:digit:]]+, si_st…
47 case CLD_KILLED: in report_setter_error()
114 EXPECT_EQ(CLD_KILLED, info.si_code); in TEST_F()
236 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ macro
408 if (child_info.si_code == CLD_KILLED) { in WaitForChild()
437 SANDBOX_ASSERT(CLD_KILLED == process_info.si_code); in SANDBOX_TEST()
930 #define VKI_CLD_KILLED CLD_KILLED