Home
last modified time | relevance | path

Searched refs:NanoTime (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp208 const u64 start = NanoTime(); in BackgroundThread()
210 u64 last_flush = NanoTime(); in BackgroundThread()
216 u64 now = NanoTime(); in BackgroundThread()
223 last_flush = NanoTime(); in BackgroundThread()
H A Dtsan_rtl_report.cpp741 atomic_store_relaxed(&ctx->last_symbolize_time_ns, NanoTime()); in OutputReport()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp21 (NanoTime() >> 12) ^ in RandomSeed()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp465 const u64 start = NanoTime(); in BackgroundThread()
471 u64 now = NanoTime(); in BackgroundThread()
478 now = last_flush = NanoTime(); in BackgroundThread()
492 now = NanoTime(); in BackgroundThread()
H A Dtsan_rtl_report.cpp637 atomic_store_relaxed(&ctx->last_symbolize_time_ns, NanoTime()); in OutputReport()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp211 u64 NanoTime() { in NanoTime() function
H A Dsanitizer_netbsd.cpp243 u64 NanoTime() { in NanoTime() function
H A Dsanitizer_win.cpp575 u64 NanoTime() { in NanoTime() function
588 u64 MonotonicNanoTime() { return NanoTime(); } in MonotonicNanoTime()
H A Dsanitizer_allocator_primary32.h349 sci->rand_state = reinterpret_cast<uptr>(sci) ^ NanoTime(); in PopulateFreeList()
H A Dsanitizer_fuchsia.cpp45 u64 NanoTime() { in NanoTime() function
H A Dsanitizer_linux.cpp579 u64 NanoTime() { in NanoTime() function
590 u64 NanoTime() { in NanoTime() function
H A Dsanitizer_common.h305 u64 NanoTime();
H A Dsanitizer_mac.cpp530 u64 NanoTime() { in NanoTime() function
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp396 FileHeader.Timestamp = NanoTime(); in nextBuffer()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp280 Cookie = static_cast<u32>((NanoTime() >> 12) ^ in init()