Home
last modified time | relevance | path

Searched refs:CLD_STOPPED (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dsigchld_codes.h20 #if !(defined(CLD_STOPPED) || (defined(HAVE_DECL_CLD_STOPPED) && HAVE_DECL_CLD_STOPPED))
21 # define CLD_STOPPED 5 macro
23 XLAT(CLD_STOPPED),
Dsigchld_codes.in5 CLD_STOPPED 5
/external/e2fsprogs/e2fsck/
Dsigcatcher.c278 #ifdef CLD_STOPPED
279 DEFINE_ENTRY(CLD_STOPPED)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h232 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */ macro