Home
last modified time | relevance | path

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

/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/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()