Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtime.h117 #define ITIMER_REAL 0 macro
/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c268 rv = setitimer(ITIMER_REAL, &itime, NULL);
329 rv = setitimer(ITIMER_REAL, &itime_stop, NULL);
/xnu-12377.41.6/bsd/kern/
H A Dkern_time.c326 case ITIMER_REAL: in getitimer()
430 case ITIMER_REAL: in setitimer()
/xnu-12377.41.6/tests/
H A Davx.c136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()