Home
last modified time | relevance | path

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

/tools/perf/bench/
Dfutex-wake.c38 static pthread_cond_t thread_parent, thread_worker; variable
71 pthread_cond_signal(&thread_parent); in workerfn()
172 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
185 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
217 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
Dfutex-hash.c40 static pthread_cond_t thread_parent, thread_worker; variable
79 pthread_cond_signal(&thread_parent); in workerfn()
167 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
196 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
210 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-requeue.c38 static pthread_cond_t thread_parent, thread_worker; variable
88 pthread_cond_signal(&thread_parent); in workerfn()
202 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
215 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
289 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-lock-pi.c40 static pthread_cond_t thread_parent, thread_worker; variable
89 pthread_cond_signal(&thread_parent); in workerfn()
190 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi()
202 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
216 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
Dfutex-wake-parallel.c53 static pthread_cond_t thread_parent, thread_worker; variable
131 pthread_cond_signal(&thread_parent); in blocked_workerfn()
287 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
301 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
324 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
Depoll-ctl.c64 static pthread_cond_t thread_parent, thread_worker; variable
180 pthread_cond_signal(&thread_parent); in workerfn()
358 pthread_cond_init(&thread_parent, NULL); in bench_epoll_ctl()
369 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
384 pthread_cond_destroy(&thread_parent); in bench_epoll_ctl()
Depoll-wait.c115 static pthread_cond_t thread_parent, thread_worker; variable
195 pthread_cond_signal(&thread_parent); in workerfn()
476 pthread_cond_init(&thread_parent, NULL); in bench_epoll_wait()
487 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
512 pthread_cond_destroy(&thread_parent); in bench_epoll_wait()