nwaking_threads 52 tools/perf/bench/futex-wake-parallel.c static unsigned int nblocked_threads = 0, nwaking_threads = 0; nwaking_threads 62 tools/perf/bench/futex-wake-parallel.c OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"), nwaking_threads 100 tools/perf/bench/futex-wake-parallel.c pthread_barrier_init(&barrier, NULL, nwaking_threads + 1); nwaking_threads 103 tools/perf/bench/futex-wake-parallel.c for (i = 0; i < nwaking_threads; i++) { nwaking_threads 116 tools/perf/bench/futex-wake-parallel.c for (i = 0; i < nwaking_threads; i++) nwaking_threads 171 tools/perf/bench/futex-wake-parallel.c for (i = 0; i < nwaking_threads; i++) { nwaking_threads 207 tools/perf/bench/futex-wake-parallel.c for (i = 0; i < nwaking_threads; i++) { nwaking_threads 249 tools/perf/bench/futex-wake-parallel.c if (nwaking_threads > nblocked_threads || !nwaking_threads) nwaking_threads 250 tools/perf/bench/futex-wake-parallel.c nwaking_threads = nblocked_threads; nwaking_threads 252 tools/perf/bench/futex-wake-parallel.c if (nblocked_threads % nwaking_threads) nwaking_threads 258 tools/perf/bench/futex-wake-parallel.c nwakes = nblocked_threads/nwaking_threads; nwaking_threads 270 tools/perf/bench/futex-wake-parallel.c &futex, nwaking_threads, nwakes); nwaking_threads 281 tools/perf/bench/futex-wake-parallel.c waking_worker = calloc(nwaking_threads, sizeof(*waking_worker));