Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A 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()
H A Dworker.h255 int64 GetErrorCount() {return errorcount_;} in GetErrorCount() function
H A Dworker.cc2343 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()
2345 child_thread.GetErrorCount()); in ReapSlaves()