Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread_list.h146 void VisitAllLiveThreads(CB cb) { in VisitAllLiveThreads() function
Dhwasan_report.cpp394 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
445 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()