Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h156 void VisitAllLiveThreads(CB cb) SANITIZER_EXCLUDES(live_list_mutex_) { in VisitAllLiveThreads() function
H A Dhwasan_report.cpp651 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in CopyAllocations()
812 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
879 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()