Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_time.c352 aitv = p->p_vtimer_prof; in getitimer()
471 p->p_vtimer_prof = aitv; in setitimer()
488 vprof_itv = old_proc->p_vtimer_prof; in proc_inherit_itimers()
520 new_proc->p_vtimer_prof = vprof_itv; in proc_inherit_itimers()
H A Dkern_sig.c3333 if (timerisset(&p->p_vtimer_prof.it_value)) { in bsd_ast()
3338 if (!itimerdecr(p, &p->p_vtimer_prof, microsecs)) { in bsd_ast()
3339 if (timerisset(&p->p_vtimer_prof.it_value)) { in bsd_ast()
/xnu-11215/bsd/sys/
H A Dproc_internal.h346 struct itimerval p_vtimer_prof; /* (PSL) */ member