Searched defs:OnDetached (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 81 virtual void OnDetached(void *arg) {} OnDetached() function |
/llvm-project/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 321 void ThreadContext::OnDetached(void *arg) { Free(sync); } OnDetached() function in __tsan::ThreadContext |