Searched refs:thread_parent (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/perf/bench/ |
D | futex-wake.c | 43 static pthread_cond_t thread_parent, thread_worker; variable 66 pthread_cond_signal(&thread_parent); in workerfn() 160 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake() 173 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake() 203 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
|
D | futex-requeue.c | 42 static pthread_cond_t thread_parent, thread_worker; variable 78 pthread_cond_signal(&thread_parent); in workerfn() 155 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue() 168 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue() 209 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
|
D | futex-hash.c | 42 static pthread_cond_t thread_parent, thread_worker; variable 75 pthread_cond_signal(&thread_parent); in workerfn() 157 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash() 186 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash() 200 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
|
D | futex-lock-pi.c | 42 static pthread_cond_t thread_parent, thread_worker; variable 86 pthread_cond_signal(&thread_parent); in workerfn() 181 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi() 193 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi() 207 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 127 pthread_cond_signal(&thread_parent); in blocked_workerfn() 276 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel() 290 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel() 313 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
|