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

  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.h 22 StatMopRead,
tsan_rtl.cc 397 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
512 StatInc(thr, kAccessIsWrite ? StatMopWrite : StatMopRead);
tsan_stat.cc 33 name[StatMopRead] = " Including reads ";

Completed in 29 milliseconds