Lines Matching full:child
427 #define CLD_EXITED 1 /* child has exited */
428 #define CLD_KILLED 2 /* child was killed */
429 #define CLD_DUMPED 3 /* child terminated abnormally */
430 #define CLD_TRAPPED 4 /* traced child has trapped */
431 #define CLD_STOPPED 5 /* child has stopped */
432 #define CLD_CONTINUED 6 /* stopped child has continued */
495 __pid_t si_pid; /* Which child. */