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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h145 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift);
150 return (int)((x_ >> kHistoryShift) & kHistoryMask);
171 static const u64 kHistoryMask = 7; member in class:__tsan::FastState

Completed in 47 milliseconds