Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h212 DCHECK_EQ(x_ & kReadBit, 0); in SetWrite()
214 x_ |= kReadBit; in SetWrite()
266 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()
316 static const u64 kReadBit = 1ull << kReadShift; variable