Searched refs:P_LIST_INHASH (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h434 #define P_LIST_INHASH 0x00010000 /* process is in hash */ macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1209 child_proc->p_listflag |= (P_LIST_INHASH | P_LIST_INCREATE);
H A Dkern_exit.c1164 child->p_listflag &= ~P_LIST_INHASH;
H A Dkern_proc.c598 if ((p->p_listflag & P_LIST_INHASH) != 0)

Completed in 426 milliseconds