Searched refs:CLD_DUMPED (Results 1 – 3 of 3) sorted by relevance
286 #define CLD_DUMPED 3 /* child terminated abnormally */ macro
1216 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
2112 info.si_code = CLD_DUMPED; in do_notify_parent()