Searched refs:thread_worker (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/bench/ |
| A D | futex-wake.c | 39 static struct cond thread_parent, thread_worker; variable 75 cond_wait(&thread_worker, &thread_lock); in workerfn() 188 cond_init(&thread_worker); in bench_futex_wake() 201 cond_broadcast(&thread_worker); in bench_futex_wake() 233 cond_destroy(&thread_worker); in bench_futex_wake()
|
| A D | futex-hash.c | 42 static struct cond thread_parent, thread_worker; variable 84 cond_wait(&thread_worker, &thread_lock); in workerfn() 176 cond_init(&thread_worker); in bench_futex_hash() 215 cond_broadcast(&thread_worker); in bench_futex_hash() 229 cond_destroy(&thread_worker); in bench_futex_hash()
|
| A D | futex-lock-pi.c | 41 static struct cond thread_parent, thread_worker; variable 94 cond_wait(&thread_worker, &thread_lock); in workerfn() 208 cond_init(&thread_worker); in bench_futex_lock_pi() 219 cond_broadcast(&thread_worker); in bench_futex_lock_pi() 233 cond_destroy(&thread_worker); in bench_futex_lock_pi()
|
| A D | futex-requeue.c | 39 static struct cond thread_parent, thread_worker; variable 93 cond_wait(&thread_worker, &thread_lock); in workerfn() 221 cond_init(&thread_worker); in bench_futex_requeue() 234 cond_broadcast(&thread_worker); in bench_futex_requeue() 308 cond_destroy(&thread_worker); in bench_futex_requeue()
|
| A D | futex-wake-parallel.c | 54 static struct cond thread_parent, thread_worker; variable 139 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn() 310 cond_init(&thread_worker); in bench_futex_wake_parallel() 324 cond_broadcast(&thread_worker); in bench_futex_wake_parallel() 347 cond_destroy(&thread_worker); in bench_futex_wake_parallel()
|
| A 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()
|
| A D | epoll-wait.c | 116 static struct cond thread_parent, thread_worker; variable 197 cond_wait(&thread_worker, &thread_lock); in workerfn() 496 cond_init(&thread_worker); in bench_epoll_wait() 507 cond_broadcast(&thread_worker); in bench_epoll_wait() 532 cond_destroy(&thread_worker); in bench_epoll_wait()
|
Completed in 9 milliseconds