Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp68 GetLsanThreadRegistryLocked()->FindThreadContextByOsIDLocked(os_id)); in GetThreadRangesLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h124 ThreadContextBase *FindThreadContextByOsIDLocked(tid_t os_id);
H A Dsanitizer_thread_registry.cpp216 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(tid_t os_id) { in FindThreadContextByOsIDLocked() function in __sanitizer::ThreadRegistry
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp479 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); in GetAsanThreadByOsIDLocked()