Searched refs:CLD_KILLED (Results 1 – 5 of 5) sorted by relevance
75 case CLD_KILLED: in waitpid()
280 #define CLD_KILLED 2 /* child was killed */ macro
132 ASSERT_EQ(info.si_code, CLD_KILLED); in TEST()
1289 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
2224 info.si_code = CLD_KILLED; in do_notify_parent()