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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h103 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
124 void SetIgnoreBit() { x_ |= kIgnoreBit; }
125 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; }
154 static const u64 kIgnoreBit = 1ull << 63; member in class:__tsan::FastState

Completed in 279 milliseconds