Searched refs:P_LIST_DEADPARENT (Results 1 – 6 of 6) sorted by relevance
2440 reap_flags_t reparent_flags = (q->p_listflag & P_LIST_DEADPARENT) ? in proc_exit()2474 q->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2505 q->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2608 p->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2635 p->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2639 ((p->p_listflag & P_LIST_DEADPARENT) == 0 || p->p_oppid)) { in proc_exit()2879 child->p_listflag |= P_LIST_DEADPARENT; in reap_child_locked()2992 reap_flags_t reap_flags = (p->p_listflag & P_LIST_DEADPARENT) ? in wait4_nocancel()
376 t->p_listflag |= P_LIST_DEADPARENT; in ptrace()
619 child_proc->p_listflag |= P_LIST_DEADPARENT; in fork()
2766 child->p_listflag |= P_LIST_DEADPARENT; in pinsertchild()
5507 p->p_listflag |= P_LIST_DEADPARENT; in posix_spawn()
515 #define P_LIST_DEADPARENT 0x00000800 macro