Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc993 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
1003 thr->sync_ignore_set.Reset(); in ThreadIgnoreSyncEnd()
Dtsan_rtl_thread.cc191 ReportIgnoresEnabled(thr->tctx, &thr->sync_ignore_set); in ThreadCheckIgnore()
Dtsan_rtl.h381 IgnoreSet sync_ignore_set; member