Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dsat.cc1399 if ((*it)->GetErrorCount()) in JoinThreads()
1402 (*it)->ThreadID(), (*it)->GetErrorCount()); in JoinThreads()
1419 errorcount_ += (*it)->GetErrorCount(); in JoinThreads()
1421 if ((*it)->GetErrorCount()) in JoinThreads()
1424 (*it)->ThreadID(), (*it)->GetErrorCount()); in JoinThreads()
1614 errors += (*it)->GetErrorCount(); in GetTotalErrorCount()
Dworker.h257 int64 GetErrorCount() {return errorcount_;} in GetErrorCount() function
Dworker.cc2302 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()
2304 child_thread.GetErrorCount()); in ReapSlaves()