Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp68 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h103 ThreadContextBase *GetThreadLocked(u32 tid) { in GetThreadLocked() function
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp229 ctx->thread_registry.GetThreadLocked(tid)); in FindThreadByTidLocked()
459 static_cast<ThreadContext *>(ctx->thread_registry.GetThreadLocked(tid)); in RestoreStack()
799 ctx->thread_registry.GetThreadLocked(tids[i])); in ReportRace()
812 ctx->thread_registry.GetThreadLocked(parent_tid)); in ReportRace()
H A Dtsan_debugging.cpp255 ThreadContextBase *tctx = ctx->thread_registry.GetThreadLocked(b->tid); in __tsan_get_alloc_stack()
H A Dtsan_rtl.cpp143 ThreadContext* tctx = (ThreadContext*)ctx->thread_registry.GetThreadLocked( in DoResetImpl()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp69 memprofThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp130 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.cpp72 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()