Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp80 ReportIgnoresEnabled(thr->tctx, &thr->sync_ignore_set); in ThreadCheckIgnore()
Dtsan_rtl.cpp1070 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
1080 thr->sync_ignore_set.Reset(); in ThreadIgnoreSyncEnd()
Dtsan_rtl.h188 IgnoreSet sync_ignore_set; member