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.cc963 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
974 thr->mop_ignore_set.Reset(); in ThreadIgnoreEnd()
Dtsan_rtl_thread.cc201 ReportIgnoresEnabled(thr->tctx, &thr->mop_ignore_set); in ThreadCheckIgnore()
Dtsan_rtl.h350 IgnoreSet mop_ignore_set; member