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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h167 void VisitAllLiveThreads(CB cb) { function in class:__hwasan::HwasanThreadList
H A Dhwasan_report.cpp381 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) {
432 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); });

Completed in 52 milliseconds