Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/
Dsiginfo.h216 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ macro
/linux-2.6.39/kernel/
Dexit.c1220 why = (exit_code & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
1330 why = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
Dsignal.c1501 info.si_code = CLD_KILLED; in do_notify_parent()