Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h235 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */ macro
/linux-4.1.27/kernel/
Dexit.c997 why = CLD_EXITED; in wait_task_zombie()
1092 why = CLD_EXITED; in wait_task_zombie()
Dsignal.c1677 info.si_code = CLD_EXITED; in do_notify_parent()