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

  /external/stressapptest/src/
sat.h 91 int errors() const { return errorcount_; }
237 int64 errorcount_; // Total hardware incidents seen. member in class:Sat
worker.cc 239 errorcount_ = 0;
826 errorcount_ += blockerrors;
836 if (errorcount_ + err < 30)
882 errorcount_ += errors + overflowerrors;
995 errorcount_ += 1;
    [all...]
sat.cc 695 errorcount_ = 0;
    [all...]
worker.h 257 int64 GetErrorCount() {return errorcount_;}
379 volatile int64 errorcount_; // Miscompares seen by this thread. member in class:WorkerThread

Completed in 177 milliseconds