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 89 ThreadContextBase *GetThreadLocked(u32 tid) {
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 106 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/tsan/rtl/
tsan_rtl_report.cc 220 ctx->thread_registry->GetThreadLocked(i));
231 ctx->thread_registry->GetThreadLocked(tid));
396 ctx->thread_registry->GetThreadLocked(tid));
701 ctx->thread_registry->GetThreadLocked(s.tid()));
tsan_rtl_thread.cc 262 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);
  /external/compiler-rt/lib/asan/
asan_thread.cc 73 asanThreadRegistry().GetThreadLocked(tid));

Completed in 960 milliseconds