Home
last modified time | relevance | path

Searched refs:FindThreadContextLocked (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc179 ThreadRegistry::FindThreadContextLocked(FindThreadCallback cb, void *arg) { in FindThreadContextLocked() function in __sanitizer::ThreadRegistry
196 return FindThreadContextLocked(FindThreadContextByOsIdCallback, in FindThreadContextByOsIDLocked()
Dsanitizer_thread_registry.h109 ThreadContextBase *FindThreadContextLocked(FindThreadCallback cb,
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc134 EXPECT_EQ(main_thread, registry->FindThreadContextLocked( in TestRegistry()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc216 ctx->thread_registry->FindThreadContextLocked( in FindThreadByUidLocked()
240 ctx->thread_registry->FindThreadContextLocked(IsInStackOrTls, in IsThreadStackOrTls()
/external/compiler-rt/lib/asan/
Dasan_thread.cc376 asanThreadRegistry().FindThreadContextLocked(ThreadStackContainsAddress, in FindThreadByStackAddress()