Searched refs:ITIMER_MONOTONIC (Results 1 – 4 of 4) sorted by relevance
109 CTASSERT(ITIMER_MONOTONIC == CLOCK_MONOTONIC);1569 if ((u_int)which > ITIMER_MONOTONIC) in dogetitimer()1634 if ((u_int)which > ITIMER_MONOTONIC) in dosetitimer()1671 case ITIMER_MONOTONIC: in dosetitimer()1710 case ITIMER_MONOTONIC: in dosetitimer()
205 ATF_REQUIRE_EQ(setitimer(ITIMER_MONOTONIC, &timer, NULL), 0); in ATF_TC_BODY()
285 #define ITIMER_MONOTONIC 3 macro
583 RL(setitimer(ITIMER_MONOTONIC, &itv, NULL)); in ATF_TC_BODY()