HomeSort by relevance Sort by last modified time
    Searched refs:GetIgnoreBit (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 112 bool GetIgnoreBit() const { return x_ & kIgnoreBit; }
254 // This is a slow path flag. On fast path, fast_state.GetIgnoreBit() is read.
tsan_rtl.cc 415 if (fast_state.GetIgnoreBit())
tsan_rtl_thread.cc 342 if (fast_state.GetIgnoreBit())

Completed in 850 milliseconds