Searched defs:OnStarted (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ | ||
H A D | lsan_posix.cpp | 37 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 |
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_thread_registry.h | 78 virtual void OnStarted(void *arg) {} in OnStarted() function |
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ | ||
H A D | sanitizer_thread_registry_test.cpp | 170 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anonb91a15890111::TestThreadContext |
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cpp | 202 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext |