Searched defs:RunInfo (Results 1 – 2 of 2) sorted by relevance
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