Home
last modified time | relevance | path

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

/tools/perf/bench/
Dfutex-wake.c40 static pthread_cond_t thread_parent, thread_worker; variable
63 pthread_cond_signal(&thread_parent); in workerfn()
155 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
168 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
198 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
Dfutex-requeue.c39 static pthread_cond_t thread_parent, thread_worker; variable
75 pthread_cond_signal(&thread_parent); in workerfn()
150 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
163 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
204 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-lock-pi.c39 static pthread_cond_t thread_parent, thread_worker; variable
82 pthread_cond_signal(&thread_parent); in workerfn()
173 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi()
185 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
199 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
Dfutex-hash.c40 static pthread_cond_t thread_parent, thread_worker; variable
72 pthread_cond_signal(&thread_parent); in workerfn()
151 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
180 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
194 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-wake-parallel.c42 static pthread_cond_t thread_parent, thread_worker; variable
107 pthread_cond_signal(&thread_parent); in blocked_workerfn()
252 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
266 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
289 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()