Home
last modified time | relevance | path

Searched refs:CLD_TRAPPED (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dsigchld_codes.h27 #if defined(CLD_TRAPPED) || (defined(HAVE_DECL_CLD_TRAPPED) && HAVE_DECL_CLD_TRAPPED)
29 static_assert((CLD_TRAPPED) == (4), "CLD_TRAPPED != 4");
32 # define CLD_TRAPPED 4
64 XLAT(CLD_TRAPPED),
Dsigchld_codes.in4 CLD_TRAPPED 4
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-27-buildonly.c7 #ifndef CLD_TRAPPED
8 #error CLD_TRAPPED not defined
Dsigmacrolist.txt27 CLD_TRAPPED
/external/strace/tests/
Dwaitid.c105 #ifdef CLD_TRAPPED in si_code_2_name()
106 CASE(CLD_TRAPPED); in si_code_2_name()
/external/strace/tests-mx32/
Dwaitid.c105 #ifdef CLD_TRAPPED in si_code_2_name()
106 CASE(CLD_TRAPPED); in si_code_2_name()
/external/strace/tests-m32/
Dwaitid.c105 #ifdef CLD_TRAPPED in si_code_2_name()
106 CASE(CLD_TRAPPED); in si_code_2_name()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c276 #ifdef CLD_TRAPPED
277 DEFINE_ENTRY(CLD_TRAPPED)
/external/minijail/linux-x86/
Dlibconstants.gen.c56 #ifdef CLD_TRAPPED
57 { "CLD_TRAPPED", (unsigned long) CLD_TRAPPED },
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-syscall.c49 if (si.si_code != CLD_TRAPPED) in wait_trap()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h267 #define CLD_TRAPPED 4 /* traced child has trapped */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py160 CLD_TRAPPED = 4 variable
DFILE.py165 CLD_TRAPPED = 4 variable
/external/linux-kselftest/tools/testing/selftests/x86/
Dptrace_syscall.c91 if (si.si_code != CLD_TRAPPED) in wait_trap()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py552 CLD_TRAPPED = 4 variable
DSTROPTS.py549 CLD_TRAPPED = 4 variable
/external/python/cpython3/Modules/
Dposixmodule.c13177 #ifdef CLD_TRAPPED in all_ins()
13178 if (PyModule_AddIntMacro(m, CLD_TRAPPED)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst3658 CLD_TRAPPED