Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/sys/
H A Dwait.h75 case CLD_KILLED: in waitpid()
/linux/include/uapi/asm-generic/
H A Dsiginfo.h280 #define CLD_KILLED 2 /* child was killed */ macro
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c132 ASSERT_EQ(info.si_code, CLD_KILLED); in TEST()
/linux/kernel/
H A Dexit.c1289 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
H A Dsignal.c2224 info.si_code = CLD_KILLED; in do_notify_parent()