Home
last modified time | relevance | path

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

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