Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dfutex-lock-pi.c34 static unsigned int threads_starting; variable
77 threads_starting--; in workerfn()
78 if (!threads_starting) in workerfn()
114 threads_starting = nthreads; in create_threads()
173 threads_starting = nthreads; in bench_futex_lock_pi()
181 while (threads_starting) in bench_futex_lock_pi()
Dfutex-wake.c38 static unsigned int ncpus, threads_starting, nthreads = 0; variable
57 threads_starting--; in workerfn()
58 if (!threads_starting) in workerfn()
91 threads_starting = nthreads; in block_threads()
163 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()
158 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()
Dfutex-wake-parallel.c40 static unsigned int ncpus, threads_starting; variable
101 threads_starting--; in blocked_workerfn()
102 if (!threads_starting) in blocked_workerfn()
121 threads_starting = nblocked_threads; in block_threads()
261 while (threads_starting) in bench_futex_wake_parallel()