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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 376 int ignore_reads_and_writes; member in struct:__tsan::ThreadState
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...]

Completed in 905 milliseconds