Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h166 static const u64 kFreedBit = 1ull << 63; variable
267 x_ |= kFreedBit; in MarkAsFreed()
271 return x_ & kFreedBit; in IsFreed()
275 bool res = x_ & kFreedBit; in GetFreedAndReset()
276 x_ &= ~kFreedBit; in GetFreedAndReset()