Searched defs:OnStarted (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ | ||
D | sanitizer_thread_registry.h | 68 virtual void OnStarted(void *arg) {} in OnStarted() function |
/external/compiler-rt/lib/lsan/ | ||
D | lsan_thread.cc | 69 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext |
/external/compiler-rt/lib/sanitizer_common/tests/ | ||
D | sanitizer_thread_registry_test.cc | 173 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anond0af7dfe0111::TestThreadContext |
/external/compiler-rt/lib/tsan/rtl/ | ||
D | tsan_rtl_thread.cc | 88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext |