Home
last modified time | relevance | path

Searched refs:kMs2Ns (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp207 const u64 kMs2Ns = 1000 * 1000; in BackgroundThread() local
220 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()
247 if (last != 0 && last + flags()->flush_symbolizer_ms * kMs2Ns < now) { in BackgroundThread()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp464 const u64 kMs2Ns = 1000 * 1000; in BackgroundThread() local
475 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()
505 if (last != 0 && last + flags()->flush_symbolizer_ms * kMs2Ns < now) { in BackgroundThread()