Home
last modified time | relevance | path

Searched refs:CLD_DUMPED (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/asm-generic/
Dsiginfo.h225 #define CLD_DUMPED (__SI_CHLD|3) /* child terminated abnormally */ macro
/linux-3.4.99/kernel/
Dexit.c1241 why = (exit_code & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
1341 why = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
Dsignal.c1687 info.si_code = CLD_DUMPED; in do_notify_parent()