Searched refs:GetThreadLocked (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h89 ThreadContextBase *GetThreadLocked(u32 tid) { function in class:__sanitizer::ThreadRegistry
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc106 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc133 ThreadContextBase *main_thread = registry->GetThreadLocked(0);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc220 ctx->thread_registry->GetThreadLocked(i));
231 ctx->thread_registry->GetThreadLocked(tid));
396 ctx->thread_registry->GetThreadLocked(tid));
701 ctx->thread_registry->GetThreadLocked(s.tid()));
H A Dtsan_rtl_thread.cc262 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc73 asanThreadRegistry().GetThreadLocked(tid));

Completed in 2113 milliseconds