Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h264 #define CLD_KILLED 2 /* child was killed */ macro
/Linux-v4.19/kernel/
Dexit.c1164 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
Dsignal.c1816 info.si_code = CLD_KILLED; in do_notify_parent()