Searched defs:OnStarted (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/lsan/ | ||
H A D | lsan_thread.cpp | 53 void ThreadContextLsanBase::OnStarted(void *arg) { 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 |
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 78 virtual void OnStarted(void *arg) {} OnStarted() function |
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ | ||
H A D | sanitizer_thread_registry_test.cpp | 169 void OnStarted(void *arg) { OnStarted() function in __sanitizer::__anon8a4babaf0111::TestThreadContext |
/llvm-project/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 206 void ThreadContext::OnStarted(void *arg) { OnStarted() function in __tsan::ThreadContext |