Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_report.cpp411 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
461 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { in PrintAddressDescription()
504 hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); }); in PrintAddressDescription()
Dhwasan_thread_list.h154 void VisitAllLiveThreads(CB cb) SANITIZER_EXCLUDES(live_list_mutex_) { in VisitAllLiveThreads() function