Searched defs:OnStarted (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ | ||
H A D | lsan_thread.cpp | 53 void ThreadContextLsanBase::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContextLsanBase |
H A D | lsan_posix.cpp | 39 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext |
H A D | lsan_fuchsia.cpp | 48 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 78 virtual void OnStarted(void *arg) {} in OnStarted() function |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 202 void ThreadContext::OnStarted(void *arg) { OnStarted() function in __tsan::ThreadContext |