HomeSort by relevance Sort by last modified time
    Searched refs:FindThreadContextLocked (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 109 ThreadContextBase *FindThreadContextLocked(FindThreadCallback cb,
sanitizer_thread_registry.cc 179 ThreadRegistry::FindThreadContextLocked(FindThreadCallback cb, void *arg) {
196 return FindThreadContextLocked(FindThreadContextByOsIdCallback,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 134 EXPECT_EQ(main_thread, registry->FindThreadContextLocked(
  /external/compiler-rt/lib/asan/
asan_thread.cc 302 asanThreadRegistry().FindThreadContextLocked(ThreadStackContainsAddress,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 211 ctx->thread_registry->FindThreadContextLocked(
235 ctx->thread_registry->FindThreadContextLocked(IsInStackOrTls,

Completed in 230 milliseconds