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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h91 DCHECK_EQ(GetIgnoreBit(), false);
126 bool GetIgnoreBit() const { return (s64)x_ < 0; } function in class:__tsan::FastState
333 // This is a slow path flag. On fast path, fast_state.GetIgnoreBit() is read.

Completed in 183 milliseconds