Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Dfutex-wake.c44 static pthread_cond_t thread_parent, thread_worker; variable
67 pthread_cond_signal(&thread_parent); in workerfn()
161 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
174 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
204 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
Dfutex-requeue.c43 static pthread_cond_t thread_parent, thread_worker; variable
79 pthread_cond_signal(&thread_parent); in workerfn()
156 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
169 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
210 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-hash.c44 static pthread_cond_t thread_parent, thread_worker; variable
77 pthread_cond_signal(&thread_parent); in workerfn()
159 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
188 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
202 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-lock-pi.c44 static pthread_cond_t thread_parent, thread_worker; variable
88 pthread_cond_signal(&thread_parent); in workerfn()
183 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi()
195 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
209 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
Dfutex-wake-parallel.c54 static pthread_cond_t thread_parent, thread_worker; variable
128 pthread_cond_signal(&thread_parent); in blocked_workerfn()
277 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
291 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
314 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
Depoll-ctl.c66 static pthread_cond_t thread_parent, thread_worker; variable
182 pthread_cond_signal(&thread_parent); in workerfn()
359 pthread_cond_init(&thread_parent, NULL); in bench_epoll_ctl()
370 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
385 pthread_cond_destroy(&thread_parent); in bench_epoll_ctl()
Depoll-wait.c117 static pthread_cond_t thread_parent, thread_worker; variable
197 pthread_cond_signal(&thread_parent); in workerfn()
477 pthread_cond_init(&thread_parent, NULL); in bench_epoll_wait()
488 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
513 pthread_cond_destroy(&thread_parent); in bench_epoll_wait()