Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dtime.h118 #define ITIMER_VIRTUAL 1 macro
/xnu-10002.1.13/tests/
H A Dsetitimer.c251 rv = setitimer(ITIMER_VIRTUAL, &itime, NULL);
304 rv = setitimer(ITIMER_VIRTUAL, &itime_stop, NULL);
/xnu-10002.1.13/bsd/kern/
H A Dkern_time.c347 case ITIMER_VIRTUAL: in getitimer()
451 case ITIMER_VIRTUAL: in setitimer()