Home
last modified time | relevance | path

Searched refs:VisitAllLiveThreads (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h152 void VisitAllLiveThreads(CB cb) { in VisitAllLiveThreads() function
H A Dhwasan_report.cpp402 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
452 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
495 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()