Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp80 ReportIgnoresEnabled(thr->tctx, &thr->sync_ignore_set); in ThreadCheckIgnore()
H A Dtsan_rtl.cpp1074 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
1084 thr->sync_ignore_set.Reset(); in ThreadIgnoreSyncEnd()
H A Dtsan_rtl.h188 IgnoreSet sync_ignore_set; member