Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_time.c353 aitv = p->p_vtimer_prof; in getitimer()
472 p->p_vtimer_prof = aitv; in setitimer()
489 vprof_itv = old_proc->p_vtimer_prof; in proc_inherit_itimers()
521 new_proc->p_vtimer_prof = vprof_itv; in proc_inherit_itimers()
H A Dkern_sig.c3382 if (timerisset(&p->p_vtimer_prof.it_value)) { in bsd_ast()
3387 if (!itimerdecr(p, &p->p_vtimer_prof, microsecs)) { in bsd_ast()
3388 if (timerisset(&p->p_vtimer_prof.it_value)) { in bsd_ast()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h345 struct itimerval p_vtimer_prof; /* (PSL) */ member