Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigchld_codes.h34 #if defined(CLD_STOPPED) || (defined(HAVE_DECL_CLD_STOPPED) && HAVE_DECL_CLD_STOPPED)
36 static_assert((CLD_STOPPED) == (5), "CLD_STOPPED != 5");
39 # define CLD_STOPPED 5
65 XLAT(CLD_STOPPED),
Dsigchld_codes.in5 CLD_STOPPED 5
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-28-buildonly.c7 #ifndef CLD_STOPPED
8 #error CLD_STOPPED not defined
Dsigmacrolist.txt28 CLD_STOPPED
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D10-1.c33 case CLD_STOPPED: in handler()
92 wait_for_notification(CLD_STOPPED); in main()
D9-1.c35 if (info && info->si_code == CLD_STOPPED) { in handler()
/external/strace/tests/
Dwaitid.c108 #ifdef CLD_STOPPED in si_code_2_name()
109 CASE(CLD_STOPPED); in si_code_2_name()
/external/strace/tests-mx32/
Dwaitid.c108 #ifdef CLD_STOPPED in si_code_2_name()
109 CASE(CLD_STOPPED); in si_code_2_name()
/external/strace/tests-m32/
Dwaitid.c108 #ifdef CLD_STOPPED in si_code_2_name()
109 CASE(CLD_STOPPED); in si_code_2_name()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c279 #ifdef CLD_STOPPED
280 DEFINE_ENTRY(CLD_STOPPED)
/external/minijail/linux-x86/
Dlibconstants.gen.c53 #ifdef CLD_STOPPED
54 { "CLD_STOPPED", (unsigned long) CLD_STOPPED },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h268 #define CLD_STOPPED 5 /* child has stopped */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py161 CLD_STOPPED = 5 variable
DFILE.py166 CLD_STOPPED = 5 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py553 CLD_STOPPED = 5 variable
DSTROPTS.py550 CLD_STOPPED = 5 variable