Home
last modified time | relevance | path

Searched refs:OnStarted (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_thread.h29 void OnStarted(void *arg) override;
Dlsan_thread.cc69 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h68 virtual void OnStarted(void *arg) {} in OnStarted() function
Dsanitizer_thread_registry.cc65 OnStarted(arg); in SetStarted()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc173 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anonef119b0a0111::TestThreadContext
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
Dtsan_rtl.h477 void OnStarted(void *arg) override;