Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_history.h20 void PrintThreadHistory(ThreadRegistry& registry, InternalScopedString& out);
H A Dsanitizer_thread_history.cpp14 void PrintThreadHistory(ThreadRegistry &registry, InternalScopedString &out) { in PrintThreadHistory() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp115 PrintThreadHistory(*thread_registry, out); in PrintThreads()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp561 PrintThreadHistory(__asan::asanThreadRegistry(), out); in PrintThreads()