Searched refs:CLDPEND (Results 1 – 4 of 4) sorted by relevance
978 p->p_pidflag &= ~CLDPEND; in proc_exit()1044 pp->p_pidflag &= ~CLDPEND; in winfo()
1767 cp->p_pidflag |= CLDPEND; in post_sigcld()1769 cp->p_pidflag &= ~CLDPEND; in post_sigcld()1808 if (cp->p_pidflag & CLDPEND) { in sigcld_repost()
464 #define CLDPEND 0x0001 /* have yet to post a SIGCHLD to the parent */ macro
226 { "CLDPEND", CLDPEND, CLDPEND }, in pflags()