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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h183 #define P_OWEUPC 0x00008000 /* Owe process an addupc() call at next ast. */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c2643 if ((p->p_flag & P_OWEUPC) && (p->p_flag & P_PROFIL)) {
2646 OSBitAndAtomic(~((uint32_t)P_OWEUPC), (UInt32 *)&p->p_flag);

Completed in 29 milliseconds