Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/asm-generic/
H A Dsiginfo.h281 #define CLD_DUMPED 3 /* child terminated abnormally */ macro
/linux-6.15/kernel/
H A Dexit.c1273 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
H A Dsignal.c2222 info.si_code = CLD_DUMPED; in do_notify_parent()