Searched refs:nparallel (Results 1 – 1 of 1) sorted by relevance
21 unsigned int nparallel; member 25 .nparallel = 1,32 OPT_UINTEGER('p', "parallelism", &thread_params.nparallel, "Specify amount of parallelism"),111 // then starts nparallel threads which create and join bench_repeat batches of nthreads threads.125 parallel = calloc(thread_params.nparallel, sizeof(parallel[0])); in bench_breakpoint_thread() 141 for (i = 0; i < thread_params.nparallel; i++) { in bench_breakpoint_thread() 145 for (i = 0; i < thread_params.nparallel; i++) in bench_breakpoint_thread() 156 bench_repeat, thread_params.nbreakpoints, thread_params.nparallel); in bench_breakpoint_thread() 164 thread_params.nthreads * thread_params.nparallel); in bench_breakpoint_thread()