Searched refs:P_LIST_DEADPARENT (Results 1 – 6 of 6) sorted by relevance
2407 reap_flags_t reparent_flags = (q->p_listflag & P_LIST_DEADPARENT) ? in proc_exit()2441 q->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2472 q->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2575 p->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2602 p->p_listflag |= P_LIST_DEADPARENT; in proc_exit()2606 ((p->p_listflag & P_LIST_DEADPARENT) == 0 || p->p_oppid)) { in proc_exit()2846 child->p_listflag |= P_LIST_DEADPARENT; in reap_child_locked()2959 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()
5044 p->p_listflag |= P_LIST_DEADPARENT; in posix_spawn()
515 #define P_LIST_DEADPARENT 0x00000800 macro