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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h204 DCHECK_EQ(x_ & kReadBit, 0);
206 x_ |= kReadBit;
258 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; }
308 static const u64 kReadBit = 1ull << kReadShift; member in class:__tsan::Shadow

Completed in 30 milliseconds