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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h117 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
138 void SetIgnoreBit() { x_ |= kIgnoreBit; }
139 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; }
168 static const u64 kIgnoreBit = 1ull << 63; member in class:__tsan::FastState

Completed in 186 milliseconds