Home
last modified time | relevance | path

Searched defs:OnStarted (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.cpp36 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
Dlsan_fuchsia.cpp48 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
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h77 virtual void OnStarted(void *arg) {} in OnStarted() function
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc69 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp172 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anon282b77f30111::TestThreadContext
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc173 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anonfe0958680111::TestThreadContext
/external/openscreen/osp/demo/
Dosp_demo.cc84 void OnStarted() override { OSP_LOG_INFO << "listener started!"; } in OnStarted() function in openscreen::osp::DemoListenerObserver
151 void OnStarted() override { OSP_LOG_INFO << "publisher started!"; } in OnStarted() function in openscreen::osp::DemoPublisherObserver
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
/external/openscreen/osp/impl/presentation/
Dpresentation_controller.cc755 void Controller::OnStarted() {} in OnStarted() function in openscreen::osp::Controller