Home | History | Annotate | Download | only in mtest06

Lines Matching refs:threads

26  * 1GB) this is done by multiple threads.
30 * specified number of hours by a certain number of threads.
46 static int threads = 40;
127 pthread_t thids[threads];
132 for (i = 0; i < threads; i++) {
138 for (i = 0; i < threads; i++)
155 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
156 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads);
173 tst_res(TINFO, "Number of threads %i", threads);
188 tst_res(TINFO, "Waiting for %i threads to terminate", threads_running);
193 tst_res(TINFO, "Running threads %i",
201 {"n:", &str_threads, "-n uint Number of worker threads"},