Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h282 | (u64(kIsAtomic) << kAtomicShift)); in IsBothReadsOrAtomic()
306 static const u64 kAtomicShift = 6 + kClkBits; variable
307 static const u64 kAtomicBit = 1ull << kAtomicShift;