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

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 37 s.ClearIgnoreBit();
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 874 s.ClearIgnoreBit();
887 s.ClearIgnoreBit();
947 thr->fast_state.ClearIgnoreBit();
tsan_rtl.h 125 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; }

Completed in 168 milliseconds