Home
last modified time | relevance | path

Searched refs:P_PROFIL (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dkern_clock.c341 if (!(p->p_flag & P_PROFIL)) { in get_procrustime()
/xnu-12377.41.6/bsd/sys/
H A Dproc.h173 #define P_PROFIL 0x00000020 /* Has started profiling */ macro