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

/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cc23 EXPECT_EQ(s.GetIgnoreBit(), false);
36 EXPECT_EQ(s.GetIgnoreBit(), true);
38 EXPECT_EQ(s.GetIgnoreBit(), false);
/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.
H A Dtsan_rtl_thread.cc357 if (fast_state.GetIgnoreBit())
H A Dtsan_rtl.cc743 if (fast_state.GetIgnoreBit()) {

Completed in 107 milliseconds