Searched refs:P_NOSHLIB (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dproc.h199 #define P_NOSHLIB 0x10000000 /* no shared libs are in use for proc */ macro
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c1423 if (p->p_flag & P_NOSHLIB) {
1425 OSBitAndAtomic(~((uint32_t)P_NOSHLIB), &p->p_flag);

Completed in 26 milliseconds