Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtime.h115 #define ITIMER_REAL 0 macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_time.c325 case ITIMER_REAL: in getitimer()
429 case ITIMER_REAL: in setitimer()
/xnu-8019.80.24/tests/
H A Davx.c136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()