Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc151 const u64 kMs2Ns = 1000 * 1000; in BackgroundThread() local
182 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()
212 if (last != 0 && last + flags()->flush_symbolizer_ms * kMs2Ns < now) { in BackgroundThread()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp154 const u64 kMs2Ns = 1000 * 1000; in BackgroundThread() local
185 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()
215 if (last != 0 && last + flags()->flush_symbolizer_ms * kMs2Ns < now) { in BackgroundThread()