Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h97 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.cc103 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtems.cc182 asanThreadRegistry().GetThreadLocked(thread->tid())->status; in ThreadStartHook()
H A Dasan_thread.cc73 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cc256 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack()
H A Dtsan_rtl_report.cc228 ctx->thread_registry->GetThreadLocked(tid)); in FindThreadByTidLocked()
695 ctx->thread_registry->GetThreadLocked(s.tid())); in ReportRace()
H A Dtsan_rtl_thread.cc264 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); in ThreadStart()