Searched defs:RunInfo (Results 1 – 4 of 4) sorted by relevance
155 struct RunInfo struct157 bool quiet;158 bool verbose;159 int numThreads;160 int totalTime;161 int checkTime;162 AbstractThreadTest *fTest;163 bool stopFlag;164 bool exitFlag;165 int32_t runningThreads;
154 struct RunInfo struct156 bool quiet;157 bool verbose;158 int numThreads;159 int totalTime;160 int checkTime;161 AbstractThreadTest *fTest;162 bool stopFlag;163 bool exitFlag;164 int32_t runningThreads;
63 struct RunInfo { struct in AutocompletePopupViewGtkTest64 PangoAttribute* attr_;65 guint length_;66 RunInfo() : attr_(NULL), length_(0) { } in RunInfo() function
101 struct RunInfo { struct in OmniboxPopupViewGtkTest102 PangoAttribute* attr_;103 guint length_;104 RunInfo() : attr_(NULL), length_(0) { } in RunInfo() argument