Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cpp718 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
728 thr->sync_ignore_set.Reset(); in ThreadIgnoreSyncEnd()
H A Dtsan_rtl_thread.cpp84 ReportIgnoresEnabled(thr->tctx, &thr->sync_ignore_set); in ThreadCheckIgnore()
H A Dtsan_rtl.h161 IgnoreSet sync_ignore_set; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc1050 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
1060 thr->sync_ignore_set.Reset(); in ThreadIgnoreSyncEnd()
H A Dtsan_rtl_thread.cc200 ReportIgnoresEnabled(thr->tctx, &thr->sync_ignore_set); in ThreadCheckIgnore()
H A Dtsan_rtl.h393 IgnoreSet sync_ignore_set; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc1054 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
1064 thr->sync_ignore_set.Reset(); in ThreadIgnoreSyncEnd()
H A Dtsan_rtl_thread.cc202 ReportIgnoresEnabled(thr->tctx, &thr->sync_ignore_set); in ThreadCheckIgnore()
H A Dtsan_rtl.h397 IgnoreSet sync_ignore_set; member