Home
last modified time | relevance | path

Searched refs:GetErrorCount (Results 1 – 3 of 3) sorted by relevance

/external/stressapptest/src/
Dsat.cc1575 if ((*it)->GetErrorCount()) in JoinThreads()
1578 (*it)->ThreadID(), (*it)->GetErrorCount()); in JoinThreads()
1595 errorcount_ += (*it)->GetErrorCount(); in JoinThreads()
1597 if ((*it)->GetErrorCount()) in JoinThreads()
1600 (*it)->ThreadID(), (*it)->GetErrorCount()); in JoinThreads()
1790 errors += (*it)->GetErrorCount(); in GetTotalErrorCount()
Dworker.h255 int64 GetErrorCount() {return errorcount_;} in GetErrorCount() function
Dworker.cc2292 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()
2294 child_thread.GetErrorCount()); in ReapSlaves()