Searched refs:P_LIST_INCREATE (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h432 #define P_LIST_INCREATE 0x00002000 macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c419 if ((p == PROC_NULL) || ((p->p_listflag & P_LIST_INCREATE) != 0))
457 || ((p->p_listflag & P_LIST_INCREATE) != 0) /* not created yet */
1138 child->p_listflag &= ~P_LIST_INCREATE;
H A Dkern_fork.c1209 child_proc->p_listflag |= (P_LIST_INHASH | P_LIST_INCREATE);

Completed in 93 milliseconds