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()
255 int64 errorcount_; // Total hardware incidents seen. variable
Dworker.cc231 errorcount_ = 0; in WorkerThread()
829 if (errorcount_ + err < 30) in CheckRegion()
869 errorcount_ += errors + overflowerrors; in CheckRegion()
982 errorcount_ += 1; in ProcessTagError()
1642 errorcount_++; in WritePageToFile()
1691 errorcount_++; in ReadPageFromFile()
1746 errorcount_ += 1; in SectorValidatePage()
1922 errorcount_ += errors; in ReadPages()
2292 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()
2428 errorcount_ += os_->ErrorPoll(); in Work()
[all …]
Dsat.cc732 errorcount_ = 0; in Sat()
1559 errorcount_ = GetTotalErrorCount(); in JoinThreads()
1595 errorcount_ += (*it)->GetErrorCount(); in JoinThreads()
1638 errorcount_, in AnalysisAllStats()
1974 logprintf(0, "Stats: Found %lld hardware incidents\n", errorcount_); in Run()
2055 } else if (errorcount_) { in PrintResults()
Dworker.h255 int64 GetErrorCount() {return errorcount_;} in GetErrorCount()
378 volatile int64 errorcount_; // Miscompares seen by this thread. variable