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_; }
255 int64 errorcount_; // Total hardware incidents seen. member in class:Sat
worker.cc 231 errorcount_ = 0;
829 if (errorcount_ + err < 30)
869 errorcount_ += errors + overflowerrors;
982 errorcount_ += 1;
    [all...]
worker.h 255 int64 GetErrorCount() {return errorcount_;}
378 volatile int64 errorcount_; // Miscompares seen by this thread. member in class:WorkerThread
sat.cc 732 errorcount_ = 0;
    [all...]

Completed in 105 milliseconds