OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errorcount_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
sat.h
91
int errors() const { return
errorcount_
; }
237
int64
errorcount_
; // Total hardware incidents seen.
member in class:Sat
worker.h
257
int64 GetErrorCount() {return
errorcount_
;}
379
volatile int64
errorcount_
; // Miscompares seen by this thread.
member in class:WorkerThread
Completed in 34 milliseconds