Searched refs:CLD_KILLED (Results 1 – 6 of 6) sorted by relevance
8 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))9 # define CLD_KILLED 2 macro11 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)
229 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ macro
389 if (child_info.si_code == CLD_KILLED) { in WaitForChild()