Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/asm-generic/
Dsiginfo.h285 #define CLD_DUMPED 3 /* child terminated abnormally */ macro
/Linux-v6.1/kernel/
Dexit.c1145 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
Dsignal.c2079 info.si_code = CLD_DUMPED; in do_notify_parent()