Searched refs:old_epoch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h132 u64 old_epoch = epoch(); local
134 DCHECK_EQ(old_epoch + 1, epoch());
135 (void)old_epoch;
H A Dtsan_interceptors_posix.cpp2842 unsigned old_epoch = (old >> 8) / (old & 0xff); local
2846 if (cur_epoch != old_epoch)

Completed in 86 milliseconds