Home
last modified time | relevance | path

Searched refs:IgnoreSet (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc17 const uptr IgnoreSet::kMaxSize;
19 IgnoreSet::IgnoreSet() in IgnoreSet() function in __tsan::IgnoreSet
23 void IgnoreSet::Add(u32 stack_id) { in Add()
33 void IgnoreSet::Reset() { in Reset()
37 uptr IgnoreSet::Size() const { in Size()
41 u32 IgnoreSet::At(uptr i) const { in At()
Dtsan_ignoreset.h21 class IgnoreSet {
25 IgnoreSet();
Dtsan_rtl.h380 IgnoreSet mop_ignore_set;
381 IgnoreSet sync_ignore_set;
Dtsan_rtl_thread.cc168 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()