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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c355 aitv = p->p_vtimer_user;
455 p->p_vtimer_user = aitv;
H A Dkern_sig.c2885 if (timerisset(&p->p_vtimer_user.it_value)) {
2890 if (!itimerdecr(p, &p->p_vtimer_user, microsecs)) {
2891 if (timerisset(&p->p_vtimer_user.it_value))
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h272 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */ member in struct:proc

Completed in 32 milliseconds