Searched defs:OnFinished (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ | ||
H A D | lsan_thread.cpp | 58 void ThreadContextLsanBase::OnFinished() { in OnFinished() function in __lsan::ThreadContextLsanBase |
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 77 virtual void OnFinished() {} in OnFinished() function |
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ | ||
H A D | memprof_thread.cpp | 35 void MemprofThreadContext::OnFinished() { in OnFinished() function in __memprof::MemprofThreadContext |
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 253 void ThreadContext::OnFinished() { in OnFinished() function in __tsan::ThreadContext |
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_thread.cpp | 38 void AsanThreadContext::OnFinished() { in OnFinished() function in __asan::AsanThreadContext |