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

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

Completed in 121 milliseconds