Home
last modified time | relevance | path

Searched refs:getMonotonicTimeFast (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h45 static_cast<uptr>(getMonotonicTimeFast() >> in alignas()
H A Dtrusty.cpp93 u64 getMonotonicTimeFast() { in getMonotonicTimeFast() function
H A Dcommon.h152 u64 getMonotonicTimeFast();
H A Dlinux.cpp150 u64 getMonotonicTimeFast() { in getMonotonicTimeFast() function
H A Dfuchsia.cpp215 u64 getMonotonicTimeFast() { return _zx_clock_get_monotonic(); } in getMonotonicTimeFast() function
H A Dprimary32.h81 const u64 Time = getMonotonicTimeFast(); in init()
1001 Sci->ReleaseInfo.LastReleaseAtNs = getMonotonicTimeFast();
1057 getMonotonicTimeFast()) { in hasChanceToReleasePages()
H A Dprimary64.h129 const u64 Time = getMonotonicTimeFast(); in init()
1219 Region->ReleaseInfo.LastReleaseAtNs = getMonotonicTimeFast();
1283 getMonotonicTimeFast()) { in hasChanceToReleasePages()
H A Dsecondary.h200 const u64 Time = getMonotonicTimeFast(); in store()