Home
last modified time | relevance | path

Searched defs:OnDead (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h75 virtual void OnDead() {} OnDead() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp314 void ThreadContext::OnDead() { CHECK_EQ(sync, nullptr); } OnDead() function in __tsan::ThreadContext