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

/xnu-2782.1.97/bsd/kern/
H A Dkern_clock.c341 if ((p->p_flag & P_PROFIL) == 0)
342 OSBitOrAtomic(P_PROFIL, &p->p_flag);
351 if (p->p_flag & P_PROFIL)
352 OSBitAndAtomic(~((uint32_t)P_PROFIL), &p->p_flag);
366 if ( !(p->p_flag & P_PROFIL))
390 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.c1236 if (parent_proc->p_flag & P_PROFIL)
H A Dkern_sig.c2877 if ((p->p_flag & P_OWEUPC) && (p->p_flag & P_PROFIL)) {
/xnu-2782.1.97/bsd/sys/
H A Dproc.h162 #define P_PROFIL 0x00000020 /* Has started profiling */ macro

Completed in 252 milliseconds