Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h154 void VisitAllLiveThreads(CB cb) { in VisitAllLiveThreads() function
H A Dhwasan_report.cc199 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
267 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()