Searched refs:thread_worker (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/perf/bench/ |
D | futex-wake.c | 39 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()
|
D | futex-hash.c | 41 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()
|
D | futex-lock-pi.c | 41 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()
|
D | futex-requeue.c | 39 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()
|
D | futex-wake-parallel.c | 54 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()
|
D | epoll-ctl.c | 65 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()
|
D | epoll-wait.c | 116 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()
|