Searched refs:VisitAllLiveThreads (Results 1 – 2 of 2) sorted by relevance
411 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()461 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()504 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()
154 void VisitAllLiveThreads(CB cb) SANITIZER_EXCLUDES(live_list_mutex_) { in VisitAllLiveThreads() function