Searched defs:ThreadTest (Results 1 – 1 of 1) sorted by relevance
1498 struct ThreadTest { in main() struct1499 void (*xTest)(int); /* Routine for running this test */ in main()1500 const char *zTest; /* Name of this test */ in main()1501 int nMs; /* How long to run this test, in milliseconds */ in main()