Home
last modified time | relevance | path

Searched refs:errorcount_ (Results 1 – 4 of 4) sorted by relevance

/external/stressapptest/src/
Dsat.h91 int errors() const { return errorcount_; } in errors()
237 int64 errorcount_; // Total hardware incidents seen. variable
Dworker.cc239 errorcount_ = 0; in WorkerThread()
826 errorcount_ += blockerrors; in CheckRegion()
836 if (errorcount_ + err < 30) in CheckRegion()
882 errorcount_ += errors + overflowerrors; in CheckRegion()
995 errorcount_ += 1; in ProcessTagError()
1652 errorcount_++; in WritePageToFile()
1701 errorcount_++; in ReadPageFromFile()
1756 errorcount_ += 1; in SectorValidatePage()
1932 errorcount_ += errors; in ReadPages()
2302 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()
[all …]
Dsat.cc695 errorcount_ = 0; in Sat()
1383 errorcount_ = GetTotalErrorCount(); in JoinThreads()
1419 errorcount_ += (*it)->GetErrorCount(); in JoinThreads()
1462 errorcount_, in AnalysisAllStats()
1798 logprintf(0, "Stats: Found %lld hardware incidents\n", errorcount_); in Run()
1879 } else if (errorcount_) { in PrintResults()
Dworker.h257 int64 GetErrorCount() {return errorcount_;} in GetErrorCount()
379 volatile int64 errorcount_; // Miscompares seen by this thread. variable