Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.cpp64 GetThreadRegistryLocked()->FindThreadContextByOsIDLocked(os_id)); in GetThreadRangesLocked()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h111 ThreadContextBase *FindThreadContextByOsIDLocked(uptr os_id);
Dsanitizer_thread_registry.cc195 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(uptr os_id) { in FindThreadContextByOsIDLocked() function in __sanitizer::ThreadRegistry
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h123 ThreadContextBase *FindThreadContextByOsIDLocked(tid_t os_id);
Dsanitizer_thread_registry.cpp209 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(tid_t os_id) { in FindThreadContextByOsIDLocked() function in __sanitizer::ThreadRegistry
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc143 thread_registry->FindThreadContextByOsIDLocked(os_id)); in GetThreadRangesLocked()
/external/compiler-rt/lib/asan/
Dasan_thread.cc390 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); in GetAsanThreadByOsIDLocked()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp472 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); in GetAsanThreadByOsIDLocked()