Home
last modified time | relevance | path

Searched refs:mop_ignore_set (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc971 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
982 thr->mop_ignore_set.Reset(); in ThreadIgnoreEnd()
Dtsan_rtl_thread.cc189 ReportIgnoresEnabled(thr->tctx, &thr->mop_ignore_set); in ThreadCheckIgnore()
Dtsan_rtl.h380 IgnoreSet mop_ignore_set; member