Home
last modified time | relevance | path

Searched refs:GetThreadLocked (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp71 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h91 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h103 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp69 memprofThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtems.cpp189 asanThreadRegistry().GetThreadLocked(thread->tid())->status; in ThreadStartHook()
Dasan_thread.cpp72 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp132 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc133 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp255 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack()
Dtsan_rtl_report.cpp228 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()
693 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
Dtsan_rtl_thread.cpp268 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()
/external/compiler-rt/lib/asan/
Dasan_thread.cc78 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc223 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()
655 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
Dtsan_rtl_thread.cc265 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()