Searched refs:ITIMER_VIRTUAL (Results 1 – 5 of 5) sorted by relevance
72 RL(setitimer(ITIMER_VIRTUAL, &itv, NULL)); in ATF_TC_BODY()
76 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0); in ATF_TC_BODY()
457 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value)) { in hardclock()459 if (itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], in hardclock()
450 #define ITIMER_VIRTUAL 1 macro
1088 if (setitimer(ITIMER_VIRTUAL, &itimer, NULL) == -1) { in main()