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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 183 if (write && thr->ignore_reads_and_writes == 0)
193 if (write && thr->ignore_reads_and_writes == 0)
tsan_rtl.cc 117 // , ignore_reads_and_writes()
966 thr->ignore_reads_and_writes++;
967 CHECK_GT(thr->ignore_reads_and_writes, 0);
977 thr->ignore_reads_and_writes--;
978 CHECK_GE(thr->ignore_reads_and_writes, 0);
979 if (thr->ignore_reads_and_writes == 0) {
tsan_interceptors.cc 700 if (thr->ignore_reads_and_writes == 0)
719 if (thr->ignore_reads_and_writes == 0)
1775 int ignore_reads_and_writes = thr->ignore_reads_and_writes; local
    [all...]
tsan_rtl_thread.cc 188 if (thr->ignore_reads_and_writes)
tsan_rtl.h 376 int ignore_reads_and_writes; member in struct:__tsan::ThreadState

Completed in 82 milliseconds