Searched defs:OnReset (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 80 virtual void OnReset() {} OnReset() function |
/llvm-project/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 31 void ThreadContext::OnReset() { CHECK(!sync); } in OnReset() function in __tsan::ThreadContext |