Home
last modified time | relevance | path

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

/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-mx32/
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/e2fsprogs/e2fsck/
Dsigcatcher.c270 #ifdef CLD_KILLED
271 DEFINE_ENTRY(CLD_KILLED)
/external/libbrillo/brillo/
Dprocess_reaper_unittest.cc115 EXPECT_EQ(CLD_KILLED, info.si_code); in TEST_F()
/external/minijail/linux-x86/
Dlibconstants.gen.c50 #ifdef CLD_KILLED
51 { "CLD_KILLED", (unsigned long) CLD_KILLED },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h265 #define CLD_KILLED 2 /* child was killed */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py158 CLD_KILLED = 2 variable
DFILE.py163 CLD_KILLED = 2 variable
/external/wayland/tests/
Dtest-runner.c418 case CLD_KILLED: in main()
Dtest-compositor.c107 case CLD_KILLED: in handle_client_destroy()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py550 CLD_KILLED = 2 variable
DSTROPTS.py547 CLD_KILLED = 2 variable
/external/v8/src/
Dd8-posix.cc399 if (child_info.si_code == CLD_KILLED) { in WaitForChild()