Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dsigchld_codes.h13 #if defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED)
15 static_assert((CLD_KILLED) == (2), "CLD_KILLED != 2");
18 # define CLD_KILLED 2
62 XLAT(CLD_KILLED),
Dsigchld_codes.in2 CLD_KILLED 2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-25-buildonly.c7 #ifndef CLD_KILLED
8 #error CLD_KILLED not defined
Dsigmacrolist.txt25 CLD_KILLED
/external/strace/tests/
Dwaitid.c99 #ifdef CLD_KILLED in si_code_2_name()
100 CASE(CLD_KILLED); in si_code_2_name()
/external/strace/tests-m32/
Dwaitid.c99 #ifdef CLD_KILLED in si_code_2_name()
100 CASE(CLD_KILLED); in si_code_2_name()
/external/strace/tests-mx32/
Dwaitid.c99 #ifdef CLD_KILLED in si_code_2_name()
100 CASE(CLD_KILLED); in si_code_2_name()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c270 #ifdef CLD_KILLED
271 DEFINE_ENTRY(CLD_KILLED)
/external/libbrillo/brillo/
Dprocess_reaper_test.cc114 EXPECT_EQ(CLD_KILLED, info.si_code); in TEST_F()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h267 #define CLD_KILLED 2 /* child was killed */ macro
/external/wayland/tests/
Dtest-runner.c360 case CLD_KILLED: in main()
Dtest-compositor.c111 case CLD_KILLED: in handle_client_destroy()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py158 CLD_KILLED = 2 variable
DFILE.py163 CLD_KILLED = 2 variable
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_wait.c244 if (info.si_code != CLD_KILLED) in test_pidfd_wait_states()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py550 CLD_KILLED = 2 variable
DSTROPTS.py547 CLD_KILLED = 2 variable
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs443 pub const CLD_KILLED: ::c_int = 2; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c1207 #ifdef CLD_KILLED
1208 { "CLD_KILLED", (unsigned long) CLD_KILLED },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1152 pub const CLD_KILLED: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1058 pub const CLD_KILLED: ::c_int = 61; constant
/external/python/cpython3/Lib/test/
Dtest_posix.py1232 os.CLD_KILLED
/external/python/cpython3/Modules/
Dposixmodule.c14926 #ifdef CLD_KILLED in all_ins()
14927 if (PyModule_AddIntMacro(m, CLD_KILLED)) 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.rs1992 pub const CLD_KILLED: ::c_int = 2; constant

12