HomeSort by: relevance | last modified time | path
    Searched refs:GetThreadLocked (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtems.cc 182 asanThreadRegistry().GetThreadLocked(thread->tid())->status;
asan_thread.cc 73 asanThreadRegistry().GetThreadLocked(tid));
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc 103 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.h 97 ThreadContextBase *GetThreadLocked(u32 tid) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 133 ThreadContextBase *main_thread = registry->GetThreadLocked(0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_debugging.cc 250 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid);
tsan_rtl_thread.cc 264 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid);
tsan_rtl_report.cc 228 ctx->thread_registry->GetThreadLocked(tid));
695 ctx->thread_registry->GetThreadLocked(s.tid()));

Completed in 15 milliseconds