Home
last modified time | relevance | path

Searched defs:OnDetached (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h71 virtual void OnDetached(void *arg) {} in OnDetached() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc73 void ThreadContext::OnDetached(void *arg) { in OnDetached() function in __tsan::ThreadContext