Lines Matching defs:threads
9 * 1GB) this is done by multiple threads.
13 * specified number of hours by a certain number of threads.
28 static int threads = 40;
108 pthread_t thids[threads];
113 for (i = 0; i < threads; i++) {
119 for (i = 0; i < threads; i++)
136 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
137 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads);
149 tst_res(TINFO, "Number of threads %i", threads);
163 tst_res(TINFO, "Waiting for %i threads to terminate", threads_running);
168 tst_res(TINFO, "Running threads %i",
177 {"n:", &str_threads, "Number of worker threads"},