Searched defs:CLD_EXITED (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Dsiginfo.h207 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */ macro
/external/strace/
H A Dsignal.c440 #define CLD_EXITED 1 /* child has exited */ macro
620 { CLD_EXITED, "CLD_EXITED" },
768 if (sip->si_code == CLD_EXITED)

Completed in 39 milliseconds