Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h154 void VisitAllLiveThreads(CB cb) SANITIZER_EXCLUDES(live_list_mutex_) { in VisitAllLiveThreads() function
H A Dhwasan_report.cpp613 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in CopyAllocations()
774 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
841 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()