Searched defs:CLD_EXITED (Results 1 – 2 of 2) sorted by relevance
230 CLD_EXITED = 1, /* Child has exited. */ enumerator231 # define CLD_EXITED CLD_EXITED macro
194 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */ macro