Searched refs:p_vtimer_prof (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_time.c358 aitv = p->p_vtimer_prof;
466 p->p_vtimer_prof = aitv;
H A Dkern_sig.c2898 if (timerisset(&p->p_vtimer_prof.it_value)) {
2903 if (!itimerdecr(p, &p->p_vtimer_prof, microsecs)) {
2904 if (timerisset(&p->p_vtimer_prof.it_value))
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h275 struct itimerval p_vtimer_prof; /* (PSL) */ member in struct:proc

Completed in 42 milliseconds