Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/bench/
Dfutex-wake.c39 static struct cond thread_parent, thread_worker; variable
73 cond_wait(&thread_worker, &thread_lock); in workerfn()
184 cond_init(&thread_worker); in bench_futex_wake()
197 cond_broadcast(&thread_worker); in bench_futex_wake()
229 cond_destroy(&thread_worker); in bench_futex_wake()
Dfutex-hash.c41 static struct cond thread_parent, thread_worker; variable
81 cond_wait(&thread_worker, &thread_lock); in workerfn()
171 cond_init(&thread_worker); in bench_futex_hash()
210 cond_broadcast(&thread_worker); in bench_futex_hash()
224 cond_destroy(&thread_worker); in bench_futex_hash()
Dfutex-lock-pi.c41 static struct cond thread_parent, thread_worker; variable
91 cond_wait(&thread_worker, &thread_lock); in workerfn()
203 cond_init(&thread_worker); in bench_futex_lock_pi()
215 cond_broadcast(&thread_worker); in bench_futex_lock_pi()
229 cond_destroy(&thread_worker); in bench_futex_lock_pi()
Dfutex-requeue.c39 static struct cond thread_parent, thread_worker; variable
90 cond_wait(&thread_worker, &thread_lock); in workerfn()
215 cond_init(&thread_worker); in bench_futex_requeue()
228 cond_broadcast(&thread_worker); in bench_futex_requeue()
302 cond_destroy(&thread_worker); in bench_futex_requeue()
Dfutex-wake-parallel.c54 static struct cond thread_parent, thread_worker; variable
133 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn()
300 cond_init(&thread_worker); in bench_futex_wake_parallel()
314 cond_broadcast(&thread_worker); in bench_futex_wake_parallel()
337 cond_destroy(&thread_worker); in bench_futex_wake_parallel()
Depoll-ctl.c65 static struct cond thread_parent, thread_worker; variable
182 cond_wait(&thread_worker, &thread_lock); in workerfn()
373 cond_init(&thread_worker); in bench_epoll_ctl()
384 cond_broadcast(&thread_worker); in bench_epoll_ctl()
399 cond_destroy(&thread_worker); in bench_epoll_ctl()
Depoll-wait.c116 static struct cond thread_parent, thread_worker; variable
197 cond_wait(&thread_worker, &thread_lock); in workerfn()
491 cond_init(&thread_worker); in bench_epoll_wait()
502 cond_broadcast(&thread_worker); in bench_epoll_wait()
527 cond_destroy(&thread_worker); in bench_epoll_wait()