Home
last modified time | relevance | path

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

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