Searched refs:thread_parent (Results 1 – 7 of 7) sorted by relevance
/tools/perf/bench/ |
D | futex-wake.c | 38 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()
|
D | futex-hash.c | 40 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()
|
D | futex-requeue.c | 38 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()
|
D | futex-lock-pi.c | 40 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()
|
D | futex-wake-parallel.c | 53 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()
|
D | epoll-ctl.c | 64 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()
|
D | epoll-wait.c | 115 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()
|