reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
72 asanThreadRegistry().GetThreadLocked(tid));
projects/compiler-rt/lib/lsan/lsan_thread.cpp 102 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp 255 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp228 ctx->thread_registry->GetThreadLocked(tid)); 695 ctx->thread_registry->GetThreadLocked(s.tid()));projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
265 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);