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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h198 #define P_NOSHLIB 0x10000000 /* no shared libs are in use for proc */ macro
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c1406 if (p->p_flag & P_NOSHLIB) {
1408 OSBitAndAtomic(~((uint32_t)P_NOSHLIB), &p->p_flag);

Completed in 24 milliseconds