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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c359 aitv = p->p_vtimer_prof;
466 p->p_vtimer_prof = aitv;
H A Dkern_sig.c2900 if (timerisset(&p->p_vtimer_prof.it_value)) {
2905 if (!itimerdecr(p, &p->p_vtimer_prof, microsecs)) {
2906 if (timerisset(&p->p_vtimer_prof.it_value))
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h273 struct itimerval p_vtimer_prof; /* (PSL) */ member in struct:proc

Completed in 29 milliseconds