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 107 if (write && thr->ignore_reads_and_writes == 0)
117 if (write && thr->ignore_reads_and_writes == 0)
tsan_rtl.cc 102 // , ignore_reads_and_writes()
933 thr->ignore_reads_and_writes++;
934 CHECK_GT(thr->ignore_reads_and_writes, 0);
944 thr->ignore_reads_and_writes--;
945 CHECK_GE(thr->ignore_reads_and_writes, 0);
946 if (thr->ignore_reads_and_writes == 0) {
tsan_rtl_thread.cc 189 if (thr->ignore_reads_and_writes)
tsan_rtl.h 336 int ignore_reads_and_writes; member in struct:__tsan::ThreadState

Completed in 58 milliseconds