Home
last modified time | relevance | path

Searched refs:ITIMER_REAL (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dtime.h117 #define ITIMER_REAL 0 macro
/xnu-10002.1.13/tests/
H A Dsetitimer.c248 rv = setitimer(ITIMER_REAL, &itime, NULL);
301 rv = setitimer(ITIMER_REAL, &itime_stop, NULL);
H A Davx.c136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()
/xnu-10002.1.13/bsd/kern/
H A Dkern_time.c325 case ITIMER_REAL: in getitimer()
429 case ITIMER_REAL: in setitimer()