Searched refs:thread_parent (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/perf/bench/ |
D | futex-wake.c | 36 static pthread_cond_t thread_parent, thread_worker; variable 59 pthread_cond_signal(&thread_parent); in workerfn() 151 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake() 164 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake() 194 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
|
D | futex-requeue.c | 35 static pthread_cond_t thread_parent, thread_worker; variable 71 pthread_cond_signal(&thread_parent); in workerfn() 146 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue() 159 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue() 200 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
|
D | futex-lock-pi.c | 36 static pthread_cond_t thread_parent, thread_worker; variable 79 pthread_cond_signal(&thread_parent); in workerfn() 170 pthread_cond_init(&thread_parent, NULL); in bench_futex_lock_pi() 182 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi() 196 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
|
D | futex-hash.c | 35 static pthread_cond_t thread_parent, thread_worker; variable 67 pthread_cond_signal(&thread_parent); in workerfn() 146 pthread_cond_init(&thread_parent, NULL); in bench_futex_hash() 175 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash() 189 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
|
D | futex-wake-parallel.c | 38 static pthread_cond_t thread_parent, thread_worker; variable 103 pthread_cond_signal(&thread_parent); in blocked_workerfn() 248 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake_parallel() 262 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel() 285 pthread_cond_destroy(&thread_parent); in bench_futex_wake_parallel()
|