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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h175 #define P_OWEUPC 0x00008000 /* Owe process an addupc() call at next ast. */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c2879 if ((p->p_flag & P_OWEUPC) && (p->p_flag & P_PROFIL)) {
2882 OSBitAndAtomic(~((uint32_t)P_OWEUPC), &p->p_flag);

Completed in 28 milliseconds