Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigchld_codes.h8 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))
9 # define CLD_KILLED 2 macro
11 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/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h229 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ macro
/external/v8/src/
Dd8-posix.cc389 if (child_info.si_code == CLD_KILLED) { in WaitForChild()