Searched refs:thread_parent (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/perf/bench/ |
| D | futex-wake.c | 44 static pthread_cond_t thread_parent, thread_worker; variable 67 pthread_cond_signal(&thread_parent); in workerfn() 161 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake() 174 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake() 204 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
|
| D | futex-requeue.c | 43 static pthread_cond_t thread_parent, thread_worker; variable 79 pthread_cond_signal(&thread_parent); in workerfn() 156 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue() 169 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue() 210 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
|
| D | futex-hash.c | 44 static pthread_cond_t thread_parent, thread_worker; variable 77 pthread_cond_signal(&thread_parent); in workerfn() 159 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash() 188 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash() 202 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
|
| D | futex-lock-pi.c | 44 static pthread_cond_t thread_parent, thread_worker; variable 88 pthread_cond_signal(&thread_parent); in workerfn() 183 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi() 195 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi() 209 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
|
| D | futex-wake-parallel.c | 54 static pthread_cond_t thread_parent, thread_worker; variable 128 pthread_cond_signal(&thread_parent); in blocked_workerfn() 277 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel() 291 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel() 314 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
|
| D | epoll-ctl.c | 66 static pthread_cond_t thread_parent, thread_worker; variable 182 pthread_cond_signal(&thread_parent); in workerfn() 359 pthread_cond_init(&thread_parent, NULL); in bench_epoll_ctl() 370 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl() 385 pthread_cond_destroy(&thread_parent); in bench_epoll_ctl()
|
| D | epoll-wait.c | 117 static pthread_cond_t thread_parent, thread_worker; variable 197 pthread_cond_signal(&thread_parent); in workerfn() 477 pthread_cond_init(&thread_parent, NULL); in bench_epoll_wait() 488 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait() 513 pthread_cond_destroy(&thread_parent); in bench_epoll_wait()
|