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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c316 if ((p->p_flag & P_PROFIL) == 0)
317 OSBitOrAtomic(P_PROFIL, &p->p_flag);
326 if (p->p_flag & P_PROFIL)
327 OSBitAndAtomic(~((uint32_t)P_PROFIL), &p->p_flag);
341 if ( !(p->p_flag & P_PROFIL))
365 if ( !(p->p_flag & P_PROFIL))
H A Dsubr_prof.c376 /* Testing P_PROFIL may be unnecessary, but is certainly safe. */
377 if ((p->p_flag & P_PROFIL) == 0 || ticks == 0)
H A Dkern_fork.c1208 if (parent_proc->p_flag & P_PROFIL)
H A Dkern_sig.c2879 if ((p->p_flag & P_OWEUPC) && (p->p_flag & P_PROFIL)) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h161 #define P_PROFIL 0x00000020 /* Has started profiling */ macro

Completed in 101 milliseconds