Searched refs:thread_parent (Results 1 – 3 of 3) sorted by relevance
36 static pthread_cond_t thread_parent, thread_worker; variable59 pthread_cond_signal(&thread_parent); in workerfn()146 pthread_cond_init(&thread_parent, NULL); in bench_futex_wake()159 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()189 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
35 static pthread_cond_t thread_parent, thread_worker; variable71 pthread_cond_signal(&thread_parent); in workerfn()143 pthread_cond_init(&thread_parent, NULL); in bench_futex_requeue()156 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()199 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
35 static pthread_cond_t thread_parent, thread_worker; variable67 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()