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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h206 #define P_NOSHLIB 0x10000000 /* no shared libs are in use for proc */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c1049 if (p->p_flag & P_NOSHLIB) {
1051 OSBitAndAtomic(~((uint32_t)P_NOSHLIB), (UInt32 *)&p->p_flag);

Completed in 24 milliseconds