Searched refs:__SI_CHLD (Results 1 – 1 of 1) sorted by relevance
121 #define __SI_CHLD 0 macro194 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */195 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */196 #define CLD_DUMPED (__SI_CHLD|3) /* child terminated abnormally */197 #define CLD_TRAPPED (__SI_CHLD|4) /* traced child has trapped */198 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */199 #define CLD_CONTINUED (__SI_CHLD|6) /* stopped child has continued */