Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/bench/
Dfutex-requeue.c43 static pthread_cond_t thread_parent, thread_worker; variable
79 pthread_cond_signal(&thread_parent); in workerfn()
157 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
170 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
211 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-wake.c44 static pthread_cond_t thread_parent, thread_worker; variable
67 pthread_cond_signal(&thread_parent); in workerfn()
162 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
175 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
205 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
Dfutex-hash.c44 static pthread_cond_t thread_parent, thread_worker; variable
77 pthread_cond_signal(&thread_parent); in workerfn()
160 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
189 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
203 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-lock-pi.c43 static pthread_cond_t thread_parent, thread_worker; variable
87 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()
278 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
292 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
315 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
Depoll-ctl.c65 static pthread_cond_t thread_parent, thread_worker; variable
181 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.c116 static pthread_cond_t thread_parent, thread_worker; variable
196 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()