Home
last modified time | relevance | path

Searched refs:P_LIST_DEADPARENT (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_exit.c2407 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()
H A Dmach_process.c376 t->p_listflag |= P_LIST_DEADPARENT; in ptrace()
H A Dkern_fork.c619 child_proc->p_listflag |= P_LIST_DEADPARENT; in fork()
H A Dkern_proc.c2766 child->p_listflag |= P_LIST_DEADPARENT; in pinsertchild()
H A Dkern_exec.c5044 p->p_listflag |= P_LIST_DEADPARENT; in posix_spawn()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h515 #define P_LIST_DEADPARENT 0x00000800 macro