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

/xnu-2782.1.97/bsd/kern/
H A Dkern_time.c354 aitv = p->p_vtimer_user;
455 p->p_vtimer_user = aitv;
H A Dkern_sig.c2883 if (timerisset(&p->p_vtimer_user.it_value)) {
2888 if (!itimerdecr(p, &p->p_vtimer_user, microsecs)) {
2889 if (timerisset(&p->p_vtimer_user.it_value))
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h274 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */ member in struct:proc

Completed in 32 milliseconds