Home
last modified time | relevance | path

Searched refs:getMonotonicTime (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp86 u64 getMonotonicTime() { in getMonotonicTime()
100 return getMonotonicTime(); in getMonotonicTimeFast()
84 u64 getMonotonicTime() { getMonotonicTime() function
H A Drss_limit_checker.cpp
H A Dlinux.cpp143 u64 getMonotonicTime() { in getMonotonicTimeFast()
157 return getMonotonicTime(); in getNumberOfCPUs()
136 u64 getMonotonicTime() { getMonotonicTime() function
H A Dtiming.h44 StartTime = getMonotonicTime(); in start()
47 AccTime += getMonotonicTime() - StartTime; in stop()
H A Drss_limit_checker.h
H A Dtsd.h46 static_cast<uptr>(getMonotonicTime() >> FIRST_32_SECOND_64(16, 0))); in tryLock()
H A Dcommon.h153 u64 getMonotonicTime();
H A Dfuchsia.cpp213 u64 getMonotonicTime() { return _zx_clock_get_monotonic(); } in getMonotonicTime() function
H A Dcombined.h151 Cookie = static_cast<u32>(getMonotonicTime() ^ in init()