Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_time.c109 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()
/netbsd/src/tests/lib/libpthread/
Dt_thrd.c205 ATF_REQUIRE_EQ(setitimer(ITIMER_MONOTONIC, &timer, NULL), 0); in ATF_TC_BODY()
/netbsd/src/sys/sys/
Dtime.h285 #define ITIMER_MONOTONIC 3 macro
/netbsd/src/tests/kernel/
Dt_signal_and_sp.c583 RL(setitimer(ITIMER_MONOTONIC, &itv, NULL)); in ATF_TC_BODY()