Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/bench/
Dfutex-wake.c38 static pthread_cond_t thread_parent, thread_worker; variable
71 pthread_cond_signal(&thread_parent); in workerfn()
182 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()
195 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
227 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()
169 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash()
208 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
222 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
Dfutex-lock-pi.c40 static pthread_cond_t thread_parent, thread_worker; variable
89 pthread_cond_signal(&thread_parent); in workerfn()
201 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi()
213 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
227 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
Dfutex-requeue.c38 static pthread_cond_t thread_parent, thread_worker; variable
88 pthread_cond_signal(&thread_parent); in workerfn()
213 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()
226 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
300 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
Dfutex-wake-parallel.c53 static pthread_cond_t thread_parent, thread_worker; variable
131 pthread_cond_signal(&thread_parent); in blocked_workerfn()
298 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel()
312 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
335 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()
371 pthread_cond_init(&thread_parent, NULL); in bench_epoll_ctl()
382 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
397 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()
489 pthread_cond_init(&thread_parent, NULL); in bench_epoll_wait()
500 pthread_cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
525 pthread_cond_destroy(&thread_parent); in bench_epoll_wait()