Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dfutex-wake.c36 static pthread_cond_t thread_parent, thread_worker; variable
59 pthread_cond_signal(&thread_parent); in workerfn()
151 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
164 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
194 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
Dfutex-requeue.c35 static pthread_cond_t thread_parent, thread_worker; variable
71 pthread_cond_signal(&thread_parent); in workerfn()
146 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
159 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
200 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-lock-pi.c36 static pthread_cond_t thread_parent, thread_worker; variable
79 pthread_cond_signal(&thread_parent); in workerfn()
170 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi()
182 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
196 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
Dfutex-hash.c35 static pthread_cond_t thread_parent, thread_worker; variable
67 pthread_cond_signal(&thread_parent); in workerfn()
146 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
175 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
189 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-wake-parallel.c38 static pthread_cond_t thread_parent, thread_worker; variable
103 pthread_cond_signal(&thread_parent); in blocked_workerfn()
248 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
262 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
285 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()