Home
last modified time | relevance | path

Searched refs:threads_starting (Results 1 – 3 of 3) sorted by relevance

/tools/perf/bench/
Dfutex-wake.c38 static unsigned int ncpus, threads_starting, nthreads = 0; variable
57 threads_starting--; in workerfn()
58 if (!threads_starting) in workerfn()
86 threads_starting = nthreads; in block_threads()
158 while (threads_starting) in bench_futex_wake()
Dfutex-requeue.c37 static unsigned int ncpus, threads_starting, nthreads = 0; variable
69 threads_starting--; in workerfn()
70 if (!threads_starting) in workerfn()
85 threads_starting = nthreads; in block_threads()
155 while (threads_starting) in bench_futex_requeue()
Dfutex-hash.c33 static unsigned int threads_starting; variable
65 threads_starting--; in workerfn()
66 if (!threads_starting) in workerfn()
149 threads_starting = nthreads; in bench_futex_hash()
174 while (threads_starting) in bench_futex_hash()