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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 91 ThreadContextBase *GetThreadLocked(u32 tid) {
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 133 ThreadContextBase *main_thread = registry->GetThreadLocked(0);
  /external/compiler-rt/lib/asan/
asan_thread.cc 78 asanThreadRegistry().GetThreadLocked(tid));
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 265 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);
tsan_rtl_report.cc 223 ctx->thread_registry->GetThreadLocked(tid));
655 ctx->thread_registry->GetThreadLocked(s.tid()));

Completed in 692 milliseconds