Home
last modified time | relevance | path

Searched refs:ITIMER_VIRTUAL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_clock.c434 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value)) { in hardclock_itimer()
436 if (itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], in hardclock_itimer()
484 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value) || in hardclock()
/f-stack/freebsd/sys/
H A Dtime.h444 #define ITIMER_VIRTUAL 1 macro