Home
last modified time | relevance | path

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

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