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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 131 if (write && thr->ignore_reads_and_writes == 0)
141 if (write && thr->ignore_reads_and_writes == 0)
tsan_rtl.cc 117 // , ignore_reads_and_writes()
958 thr->ignore_reads_and_writes++;
959 CHECK_GT(thr->ignore_reads_and_writes, 0);
969 thr->ignore_reads_and_writes--;
970 CHECK_GE(thr->ignore_reads_and_writes, 0);
971 if (thr->ignore_reads_and_writes == 0) {
tsan_rtl_thread.cc 200 if (thr->ignore_reads_and_writes)
tsan_rtl.h 346 int ignore_reads_and_writes; member in struct:__tsan::ThreadState

Completed in 6100 milliseconds