Searched refs:nblocked_threads (Results 1 – 1 of 1) sorted by relevance
36 static unsigned int nblocked_threads = 0, nwaking_threads = 0; variable44 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"),121 threads_starting = nblocked_threads; in block_threads()124 for (i = 0; i < nblocked_threads; i++) { in block_threads()156 nblocked_threads, waketime_avg/1e3, in print_run()171 nblocked_threads, in print_summary()216 if (!nblocked_threads) in bench_futex_wake_parallel()217 nblocked_threads = ncpus; in bench_futex_wake_parallel()220 if (nwaking_threads > nblocked_threads || !nwaking_threads) in bench_futex_wake_parallel()221 nwaking_threads = nblocked_threads; in bench_futex_wake_parallel()[all …]