Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c2440 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()
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.c5507 p->p_listflag |= P_LIST_DEADPARENT; in posix_spawn()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h515 #define P_LIST_DEADPARENT 0x00000800 macro