Searched refs:P_PROFIL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_clock.c316 if ((p->p_flag & P_PROFIL) == 0)
317 OSBitOrAtomic(P_PROFIL, (UInt32 *)&p->p_flag);
326 if (p->p_flag & P_PROFIL)
327 OSBitAndAtomic(~((uint32_t)P_PROFIL), (UInt32 *)&p->p_flag);
341 if ( !(p->p_flag & P_PROFIL))
365 if ( !(p->p_flag & P_PROFIL))
H A Dsubr_prof.c518 /* Testing P_PROFIL may be unnecessary, but is certainly safe. */
519 if ((p->p_flag & P_PROFIL) == 0 || ticks == 0)
H A Dkern_fork.c963 if (parent->p_flag & P_PROFIL)
H A Dkern_sig.c2643 if ((p->p_flag & P_OWEUPC) && (p->p_flag & P_PROFIL)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h169 #define P_PROFIL 0x00000020 /* Has started profiling */ macro

Completed in 42 milliseconds