Home
last modified time | relevance | path

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

/tools/perf/bench/
A Dfutex-wake.c39 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 Dfutex-hash.c42 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 Dfutex-lock-pi.c41 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 Dfutex-requeue.c39 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 Dfutex-wake-parallel.c54 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 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()
A Depoll-wait.c116 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