Home
last modified time | relevance | path

Searched refs:mach_absolute_time (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/libc++/src/
Dchrono.cpp99 return static_cast<steady_clock::rep>(mach_absolute_time()); in steady_simplified()
116 return static_cast<steady_clock::rep>(mach_absolute_time() * factor); in steady_full()
/NextBSD/sys/sys/mach/
HDmach_time.h55 uint64_t mach_absolute_time(void);
/NextBSD/contrib/ntp/sntp/libevent/
HDevutil_time.c308 mach_absolute_time() != 0) { in evutil_configure_monotonic_time_()
332 abstime = mach_absolute_time(); in evutil_gettime_monotonic_()
HDconfig.h.in130 /* Define to 1 if you have the `mach_absolute_time' function. */
HDconfigure.ac351 mach_absolute_time \
HDChangeLog549 o Use mach_absolute_time() for monotonic clock support on OSX. (b8fd6f9)
HDconfigure13571 mach_absolute_time \
/NextBSD/lib/libdispatch/src/shims/
HDtime.h113 return mach_absolute_time(); in _dispatch_absolute_time()
/NextBSD/contrib/libucl/tests/
HDtest_speed.c48 res = mach_absolute_time () / 1000000000.; in get_ticks()
/NextBSD/contrib/unbound/compat/
HDgetentropy_osx.c259 mach_time = mach_absolute_time(); in getentropy_fallback()
351 mach_time = mach_absolute_time(); in getentropy_fallback()
/NextBSD/lib/libmach/mach/
HDmach_misc.c188 mach_absolute_time(void) in mach_absolute_time() function
/NextBSD/contrib/nvi/common/
HDutil.c353 val = mach_absolute_time(); in timepoint_steady()
/NextBSD/contrib/libucl/
HDconfigure.ac87 ], [AC_MSG_ERROR([unable to find clock_gettime or mach_absolute_time])])
/NextBSD/contrib/wpa/src/utils/
HDos_unix.c114 abstime = mach_absolute_time(); in os_get_reltime()
/NextBSD/lib/libdispatch/src/
HDvoucher_internal.h605 return mach_absolute_time(); in _voucher_activity_timestamp()
/NextBSD/sbin/launchd/
HDruntime.c1461 return mach_absolute_time(); in runtime_get_opaque_time()
/NextBSD/lib/libnotify/
HDlibnotify.c1141 n->state_time = mach_absolute_time(); in _notify_lib_set_state()
HDnotify_client.c2274 t->set_state_time = mach_absolute_time(); in notify_set_state()