Home
last modified time | relevance | path

Searched refs:CLD_DUMPED (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h268 #define CLD_DUMPED 3 /* child terminated abnormally */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h199 #define CLD_DUMPED 3 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h199 #define CLD_DUMPED 3 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h199 #define CLD_DUMPED 3 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h286 #define CLD_DUMPED 3 /* child terminated abnormally */ macro
/kernel/linux/linux-5.10/kernel/
H A Dexit.c1190 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
H A Dsignal.c1961 info.si_code = CLD_DUMPED; in do_notify_parent()
/kernel/linux/linux-6.6/kernel/
H A Dexit.c1231 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie()
H A Dsignal.c2112 info.si_code = CLD_DUMPED; in do_notify_parent()
/kernel/liteos_a/kernel/base/core/
H A Dlos_process.c1334 tempinfo.si_code = (exitCode & 0x80) ? CLD_DUMPED : CLD_KILLED; in OsWaitRecycleChildProcess()

Completed in 21 milliseconds