Home
last modified time | relevance | path

Searched refs:mach_absolute_time (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
H A DOSXTimer.cpp31 mStartTime = mach_absolute_time();
38 mStopTime = mach_absolute_time();
44 return mSecondCoeff * (mach_absolute_time() - mStartTime);
51 return GetSecondCoeff() * mach_absolute_time();
/third_party/ffmpeg/libavutil/aarch64/
H A Dtimer.h31 #define AV_READ_TIME mach_absolute_time
/third_party/ffmpeg/libavutil/arm/
H A Dtimer.h31 #define AV_READ_TIME mach_absolute_time
/third_party/glfw/src/
H A Dcocoa_time.c48 return mach_absolute_time(); in _glfwPlatformGetTimerValue()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_apple.cpp57 return secondCoeff * mach_absolute_time(); in GetCurrentSystemTime()
/third_party/ffmpeg/libavutil/
H A Dtimer.h68 # define AV_READ_TIME mach_absolute_time
/third_party/benchmark/src/
H A Dcycleclock.h73 return mach_absolute_time(); in Now()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalMac.hpp45 time = mach_absolute_time(); in GetTime()
/third_party/curl/lib/
H A Dtimeval.c140 ** Monotonic timer on Mac OS is provided by mach_absolute_time(), which in Curl_now()
152 usecs = mach_absolute_time(); in Curl_now()
/third_party/libuv/src/unix/
H A Ddarwin.c62 time_func = mach_absolute_time; in uv__hrtime_init_once()
/third_party/node/deps/base64/base64/test/
H A Dbenchmark.c124 *t = mach_absolute_time(); in base64_gettime()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.c69 uint64_t val, abs_time = mach_absolute_time(); in pa_rtclock_get()
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c65 time_func = mach_absolute_time; in uv__hrtime_init_once()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp277 return mach_absolute_time() * freqMultiplier; in TickTimeInSeconds()
/third_party/lz4/programs/
H A Dutil.h245 UTIL_STATIC UTIL_time_t UTIL_getTime(void) { return mach_absolute_time(); } in UTIL_getTime()
/third_party/node/deps/v8/src/base/platform/
H A Dtime.cc720 ticks = (mach_absolute_time() / Time::kNanosecondsPerMicrosecond * in Now()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_unix.c117 abstime = mach_absolute_time(); in os_get_reltime()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_unix.c123 abstime = mach_absolute_time(); in os_get_reltime()
/third_party/f2fs-tools/fsck/
H A Dmain.c1100 return mach_absolute_time(); in get_boottime_ns()
/third_party/python/Python/
H A Dpytime.c7 # include <mach/mach_time.h> // mach_absolute_time(), mach_timebase_info()
1097 info->implementation = "mach_absolute_time()"; in py_get_monotonic_clock()
1103 uint64_t uticks = mach_absolute_time(); in py_get_monotonic_clock()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c141 return mach_absolute_time() / 1000; in get_current_us()
/third_party/ffmpeg/
H A Dconfigure2295 mach_absolute_time
6265 check_func_headers mach/mach_time.h mach_absolute_time
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5175 pub fn mach_absolute_time() -> u64; in mach_absolute_time() functions

Completed in 35 milliseconds