Searched refs:thread_parent (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | futex-requeue.c | 43 static pthread_cond_t thread_parent, thread_worker; variable 79 pthread_cond_signal(&thread_parent); in workerfn() 157 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue() 170 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue() 211 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
|
D | futex-wake.c | 44 static pthread_cond_t thread_parent, thread_worker; variable 67 pthread_cond_signal(&thread_parent); in workerfn() 162 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake() 175 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake() 205 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
|
D | futex-hash.c | 44 static pthread_cond_t thread_parent, thread_worker; variable 77 pthread_cond_signal(&thread_parent); in workerfn() 160 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash() 189 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash() 203 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
|
D | futex-lock-pi.c | 43 static pthread_cond_t thread_parent, thread_worker; variable 87 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() 278 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel() 292 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel() 315 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
|
D | epoll-ctl.c | 65 static pthread_cond_t thread_parent, thread_worker; variable 181 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 | 116 static pthread_cond_t thread_parent, thread_worker; variable 196 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()
|