Lines Matching refs:nthreads
30 static int nthreads = 5;
160 nthreads = atoi(optarg);
200 threads = malloc(sizeof(*threads) * nthreads);
201 args = malloc(sizeof(*args) * nthreads);
203 fprintf(stderr, "Unable malloc enough memory for %d threads\n", nthreads);
221 printf("Executing (%s) for %d containers...\n", modes[i], nthreads);
222 for (j = 0; j < nthreads; j++) {
226 if (nthreads > 1) {
236 for (j = 0; j < nthreads; j++) {
237 if (nthreads > 1) {