Lines Matching defs:threads
69 static unsigned int threads;
101 "-t <num>\t Number of threads (2 * number cpus by default)\n"
125 threads = 2 * sysconf(_SC_NPROCESSORS_ONLN);
171 threads = atoi(optarg);
172 if (threads == 0)
204 printf("threads %u\n", threads);
454 pthread_t thread_array[threads];
465 for (i = 0; i < threads; i++) {
489 for (i = 0; i < threads; i++) {