Searched defs:OnDead (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 75 virtual void OnDead() {} OnDead() function |
/llvm-project/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 314 void ThreadContext::OnDead() { CHECK_EQ(sync, nullptr); } OnDead() function in __tsan::ThreadContext |