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

  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.h 23 StatMopWrite,
tsan_stat.cc 31 name[StatMopWrite] = " writes ";
tsan_rtl.cc 584 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
769 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
778 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
792 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
817 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);

Completed in 54 milliseconds