reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/hwasan/hwasan_thread_list.h
  213 HwasanThreadList &hwasanThreadList();

References

projects/compiler-rt/lib/hwasan/hwasan.cpp
  155   HwasanThreadList &thread_list = hwasanThreadList();
  324   hwasanThreadList().CreateCurrentThread();
projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  287   hwasanThreadList().CreateCurrentThread()->InitRandomState();
  295     hwasanThreadList().ReleaseThread(t);
  363   return hwasanThreadList().GetThreadByBufferAddress((uptr)(R->Next()));
projects/compiler-rt/lib/hwasan/hwasan_report.cpp
  309   hwasanThreadList().VisitAllLiveThreads([&](Thread *t) {
  354   hwasanThreadList().VisitAllLiveThreads([&](Thread *t) { t->Announce(); });