Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/bench/
Dfutex-wake.c43 static pthread_cond_t thread_parent, thread_worker; variable
66 pthread_cond_signal(&thread_parent); in workerfn()
160 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
173 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
203 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
Dfutex-requeue.c42 static pthread_cond_t thread_parent, thread_worker; variable
78 pthread_cond_signal(&thread_parent); in workerfn()
155 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
168 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
209 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-hash.c42 static pthread_cond_t thread_parent, thread_worker; variable
75 pthread_cond_signal(&thread_parent); in workerfn()
157 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
186 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
200 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-lock-pi.c42 static pthread_cond_t thread_parent, thread_worker; variable
86 pthread_cond_signal(&thread_parent); in workerfn()
181 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi()
193 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
207 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
Dfutex-wake-parallel.c53 static pthread_cond_t thread_parent, thread_worker; variable
127 pthread_cond_signal(&thread_parent); in blocked_workerfn()
276 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
290 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
313 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()