/external/strace/xlat/ |
D | sigchld_codes.h | 13 #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),
|
D | sigchld_codes.in | 2 CLD_KILLED 2
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 22-25-buildonly.c | 7 #ifndef CLD_KILLED 8 #error CLD_KILLED not defined
|
D | sigmacrolist.txt | 25 CLD_KILLED
|
/external/strace/tests-mx32/ |
D | waitid.c | 99 #ifdef CLD_KILLED in si_code_2_name() 100 CASE(CLD_KILLED); in si_code_2_name()
|
/external/strace/tests-m32/ |
D | waitid.c | 99 #ifdef CLD_KILLED in si_code_2_name() 100 CASE(CLD_KILLED); in si_code_2_name()
|
/external/strace/tests/ |
D | waitid.c | 99 #ifdef CLD_KILLED in si_code_2_name() 100 CASE(CLD_KILLED); in si_code_2_name()
|
/external/e2fsprogs/e2fsck/ |
D | sigcatcher.c | 270 #ifdef CLD_KILLED 271 DEFINE_ENTRY(CLD_KILLED)
|
/external/libbrillo/brillo/ |
D | process_reaper_test.cc | 114 EXPECT_EQ(CLD_KILLED, info.si_code); in TEST_F()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 267 #define CLD_KILLED 2 /* child was killed */ macro
|
/external/wayland/tests/ |
D | test-runner.c | 360 case CLD_KILLED: in main()
|
D | test-compositor.c | 111 case CLD_KILLED: in handle_client_destroy()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 158 CLD_KILLED = 2 variable
|
D | FILE.py | 163 CLD_KILLED = 2 variable
|
/external/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 244 if (info.si_code != CLD_KILLED) in test_pidfd_wait_states()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 550 CLD_KILLED = 2 variable
|
D | STROPTS.py | 547 CLD_KILLED = 2 variable
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 443 pub const CLD_KILLED: ::c_int = 2; constant
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1207 #ifdef CLD_KILLED 1208 { "CLD_KILLED", (unsigned long) CLD_KILLED },
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1058 pub const CLD_KILLED: ::c_int = 61; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1152 pub const CLD_KILLED: ::c_int = 2; constant
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 1232 os.CLD_KILLED
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 14926 #ifdef CLD_KILLED in all_ins() 14927 if (PyModule_AddIntMacro(m, CLD_KILLED)) return -1; in all_ins()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 573 Added :data:`~os.CLD_KILLED` and :data:`~os.CLD_STOPPED` for :attr:`si_code`.
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1992 pub const CLD_KILLED: ::c_int = 2; constant
|