Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp68 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h102 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp69 memprofThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp255 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack()
H A Dtsan_rtl_report.cpp239 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()
706 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
H A Dtsan_rtl_thread.cpp261 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp72 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()