Home
last modified time | relevance | path

Searched refs:old_epoch (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_shadow.h53 u64 old_epoch = epoch(); in IncrementEpoch() local
55 DCHECK_EQ(old_epoch + 1, epoch()); in IncrementEpoch()
56 (void)old_epoch; in IncrementEpoch()
H A Dtsan_interceptors_posix.cpp2976 u32 old_epoch = barrier_epoch(old); in __tsan_testonly_barrier_wait() local
2977 if (barrier_epoch(old + kBarrierThreads) != old_epoch) { in __tsan_testonly_barrier_wait()
2983 if (barrier_epoch(cur) != old_epoch) in __tsan_testonly_barrier_wait()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h136 u64 old_epoch = epoch(); in IncrementEpoch() local
138 DCHECK_EQ(old_epoch + 1, epoch()); in IncrementEpoch()
139 (void)old_epoch; in IncrementEpoch()
H A Dtsan_interceptors.cc2806 unsigned old_epoch = (old >> 8) / (old & 0xff); in __tsan_testonly_barrier_wait() local
2810 if (cur_epoch != old_epoch) in __tsan_testonly_barrier_wait()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h140 u64 old_epoch = epoch(); in IncrementEpoch() local
142 DCHECK_EQ(old_epoch + 1, epoch()); in IncrementEpoch()
143 (void)old_epoch; in IncrementEpoch()
H A Dtsan_interceptors.cc2855 unsigned old_epoch = (old >> 8) / (old & 0xff); in __tsan_testonly_barrier_wait() local
2859 if (cur_epoch != old_epoch) in __tsan_testonly_barrier_wait()