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

/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c2542 child->p_listflag |= P_LIST_INPGRP;
2582 if ((p->p_listflag & P_LIST_INPGRP) == 0)
2586 p->p_listflag &= ~P_LIST_INPGRP;
2631 if ((p->p_listflag & P_LIST_INPGRP) == 0)
2635 p->p_listflag &= ~P_LIST_INPGRP;
2656 p->p_listflag |= P_LIST_INPGRP;
H A Dbsd_init.c518 kernproc->p_listflag |= P_LIST_INPGRP;
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h435 #define P_LIST_INPGRP 0x00020000 /* process is in pgrp */ macro

Completed in 18 milliseconds