#include <threadRunner.h>
Public Member Functions | |
ThreadRunner (int tn=8, int on=100, const char *c=NULL, FILE *logp=stderr) | |
void | setClassName (const char *name) |
Static Public Member Functions | |
template<typename ParaType> | |
static void | runThreads (ThreadFactory< ParaType > *tf, const char *className, const char *testName, FILE *logp=stderr) |
test::ThreadRunner::ThreadRunner | ( | int | tn = 8 , |
|
int | on = 100 , |
|||
const char * | c = NULL , |
|||
FILE * | logp = stderr | |||
) | [inline] |
void test::ThreadRunner::runThreads | ( | ThreadFactory< ParaType > * | tf, | |
const char * | className, | |||
const char * | testName, | |||
FILE * | logp = stderr | |||
) | [inline, static] |
void test::ThreadRunner::setClassName | ( | const char * | name | ) | [inline, virtual] |
Implements test::ConcurrentRunner.