Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp78 ReportIgnoresEnabled(thr->tctx, &thr->mop_ignore_set); in ThreadCheckIgnore()
Dtsan_rtl.cpp1040 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
1051 thr->mop_ignore_set.Reset(); in ThreadIgnoreEnd()
Dtsan_rtl.h187 IgnoreSet mop_ignore_set; member