Searched refs:ITIMER_REAL (Results 1 – 3 of 3) sorted by relevance
115 #define ITIMER_REAL 0 macro
325 case ITIMER_REAL: in getitimer()429 case ITIMER_REAL: in setitimer()
136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()