Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc194 ThreadRegistry::FindThreadContextLocked(FindThreadCallback cb, void *arg) { in FindThreadContextLocked() function in __sanitizer::ThreadRegistry
211 return FindThreadContextLocked(FindThreadContextByOsIdCallback, in FindThreadContextByOsIDLocked()
H A Dsanitizer_thread_registry.h115 ThreadContextBase *FindThreadContextLocked(FindThreadCallback cb,
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc221 ctx->thread_registry->FindThreadContextLocked( in FindThreadByUidLocked()
245 ctx->thread_registry->FindThreadContextLocked(IsInStackOrTls, in IsThreadStackOrTls()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.cc446 asanThreadRegistry().FindThreadContextLocked(ThreadStackContainsAddress, in FindThreadByStackAddress()