Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp233 void DoReset(ThreadState* thr, uptr epoch) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in DoReset() function
250 void FlushShadowMemory() { DoReset(nullptr, 0); } in FlushShadowMemory()
279 DoReset(thr, epoch); in FindSlotAndLock()
H A Dtsan_rtl.h615 void DoReset(ThreadState *thr, uptr epoch);