Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.cpp1052 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
1063 thr->mop_ignore_set.Reset(); in ThreadIgnoreEnd()
HDtsan_rtl_thread.cpp199 ReportIgnoresEnabled(thr->tctx, &thr->mop_ignore_set); in ThreadCheckIgnore()
HDtsan_rtl.h390 IgnoreSet mop_ignore_set; member