Searched refs:CLD_KILLED (Results 1 – 4 of 4) sorted by relevance
265 #define CLD_KILLED 2 /* child was killed */ macro
244 if (info.si_code != CLD_KILLED) in test_pidfd_wait_states()
1115 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
1961 info.si_code = CLD_KILLED; in do_notify_parent()