Home
last modified time | relevance | path

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

12

/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.c35 case CLD_STOPPED: in handler()
94 wait_for_notification(CLD_STOPPED); in main()
D9-1.c37 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-m32/
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/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_wait.c160 if (info.si_code != CLD_STOPPED) in test_pidfd_wait_states()
214 if (info.si_code != CLD_STOPPED) in test_pidfd_wait_states()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c279 #ifdef CLD_STOPPED
280 DEFINE_ENTRY(CLD_STOPPED)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h270 #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
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs446 pub const CLD_STOPPED: ::c_int = 5; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c1210 #ifdef CLD_STOPPED
1211 { "CLD_STOPPED", (unsigned long) CLD_STOPPED },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1155 pub const CLD_STOPPED: ::c_int = 5; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1061 pub const CLD_STOPPED: ::c_int = 64; constant
/external/python/cpython3/Lib/test/
Dtest_posix.py1235 os.CLD_STOPPED
/external/python/cpython3/Modules/
Dposixmodule.c14935 #ifdef CLD_STOPPED in all_ins()
14936 if (PyModule_AddIntMacro(m, CLD_STOPPED)) return -1; in all_ins()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst573 Added :data:`~os.CLD_KILLED` and :data:`~os.CLD_STOPPED` for :attr:`si_code`.
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1995 pub const CLD_STOPPED: ::c_int = 5; constant
/external/python/cpython3/Doc/library/
Dos.rst4093 CLD_STOPPED
4104 Added :data:`CLD_KILLED` and :data:`CLD_STOPPED` values.

12