Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h81 virtual void OnDetached(void *arg) {} in OnDetached() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp321 void ThreadContext::OnDetached(void *arg) { Free(sync); } in OnDetached() function in __tsan::ThreadContext