Home
last modified time | relevance | path

Searched refs:FindThreadContextLocked (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp214 ThreadContextBase *ThreadRegistry::FindThreadContextLocked( in FindThreadContextLocked() function in __sanitizer::ThreadRegistry
232 return FindThreadContextLocked(FindThreadContextByOsIdCallback, in FindThreadContextByOsIDLocked()
H A Dsanitizer_thread_registry.h127 ThreadContextBase *FindThreadContextLocked(FindThreadCallback cb,
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp460 asanThreadRegistry().FindThreadContextLocked(ThreadStackContainsAddress, in FindThreadByStackAddress()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp246 static_cast<ThreadContext *>(ctx->thread_registry.FindThreadContextLocked( in IsThreadStackOrTls()