Searched refs:CLD_KILLED (Results 1 – 18 of 18) sorted by relevance
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 262 XLAT(CLD_KILLED),
2 CLD_KILLED 2
7 #ifndef CLD_KILLED8 #error CLD_KILLED not defined
25 CLD_KILLED
99 #ifdef CLD_KILLED in si_code_2_name()100 CASE(CLD_KILLED); in si_code_2_name()
270 #ifdef CLD_KILLED271 DEFINE_ENTRY(CLD_KILLED)
115 EXPECT_EQ(CLD_KILLED, info.si_code); in TEST_F()
50 #ifdef CLD_KILLED51 { "CLD_KILLED", (unsigned long) CLD_KILLED },
265 #define CLD_KILLED 2 /* child was killed */ macro
158 CLD_KILLED = 2 variable
163 CLD_KILLED = 2 variable
418 case CLD_KILLED: in main()
107 case CLD_KILLED: in handle_client_destroy()
550 CLD_KILLED = 2 variable
547 CLD_KILLED = 2 variable
399 if (child_info.si_code == CLD_KILLED) { in WaitForChild()