Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_shadow.h118 DCHECK_EQ(x_ & kReadBit, 0); in SetWrite()
120 x_ |= kReadBit; in SetWrite()
168 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()
212 static const u64 kReadBit = 1ull << kReadShift; variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h208 DCHECK_EQ(x_ & kReadBit, 0); in SetWrite()
210 x_ |= kReadBit; in SetWrite()
262 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()
312 static const u64 kReadBit = 1ull << kReadShift; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/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