Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dtime.h117 #define ITIMER_REAL 0 macro
/xnu-10063.141.1/tests/
H A Dsetitimer.c250 rv = setitimer(ITIMER_REAL, &itime, NULL);
303 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-10063.141.1/bsd/kern/
H A Dkern_time.c325 case ITIMER_REAL: in getitimer()
429 case ITIMER_REAL: in setitimer()