Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h124 #define CLOCK_MONOTONIC 4 /* high resolution monotonic clock */ macro
126 #define CLOCK_HIGHRES CLOCK_MONOTONIC /* alternate name */
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D__clock_gettime.c34 case CLOCK_MONOTONIC: in __clock_gettime()
/illumos-gate/usr/src/test/os-tests/tests/timer/
H A Dtimer_limit.c39 return (timer_create(CLOCK_MONOTONIC, &sev, timer)); in mktimer()
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dqsort_test.c450 (void) clock_gettime(CLOCK_MONOTONIC, &before); in do_test()
454 (void) clock_gettime(CLOCK_MONOTONIC, &after); in do_test()
635 (void) clock_gettime(CLOCK_MONOTONIC, &before); in test_antiqsort()
638 (void) clock_gettime(CLOCK_MONOTONIC, &after); in test_antiqsort()
/illumos-gate/usr/src/boot/include/
H A Dtime.h105 #define CLOCK_MONOTONIC 4 macro
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c686 #ifndef CLOCK_MONOTONIC in evSetOption()
690 #ifdef CLOCK_MONOTONIC in evSetOption()
712 #ifndef CLOCK_MONOTONIC in evGetOption()
717 #ifdef CLOCK_MONOTONIC in evGetOption()
H A Dev_timers.c110 #ifdef CLOCK_MONOTONIC in evNowTime()
112 m = CLOCK_MONOTONIC; in evNowTime()
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c263 arg = CLOCK_MONOTONIC; in timerfd_ioctl()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h342 #define CLOCK_MONOTONIC 4 macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c1219 err = clock_gettime(CLOCK_MONOTONIC, &ts); in hda_get_clock_ns()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1889 int ret = clock_gettime(CLOCK_MONOTONIC, &tm); in mDNSPlatformRawTime()