Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtime_impl.h126 #define CLOCK_MONOTONIC 4 /* high resolution monotonic clock */ macro
128 #define CLOCK_HIGHRES CLOCK_MONOTONIC /* alternate name */
/titanic_41/usr/src/lib/libc/i386/sys/
H A D__clock_gettime.c34 case CLOCK_MONOTONIC: in __clock_gettime()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c690 #ifndef CLOCK_MONOTONIC in evSetOption()
694 #ifdef CLOCK_MONOTONIC in evSetOption()
716 #ifndef CLOCK_MONOTONIC in evGetOption()
721 #ifdef CLOCK_MONOTONIC in evGetOption()
H A Dev_timers.c116 #ifdef CLOCK_MONOTONIC in evNowTime()
118 m = CLOCK_MONOTONIC; in evNowTime()