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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.h504 extern void task_vtimer_update(
H A Dtask.c2192 task_vtimer_update( function
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c2888 task_vtimer_update(p->task, TASK_VTIMER_USER, &microsecs);
2903 task_vtimer_update(p->task, TASK_VTIMER_PROF, &microsecs);
2918 task_vtimer_update(p->task, TASK_VTIMER_RLIM, (uint32_t *) &tv.tv_usec);

Completed in 111 milliseconds