Searched refs:thread_worker (Results 1 – 3 of 3) sorted by relevance
36 static pthread_cond_t thread_parent, thread_worker; variable60 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()147 pthread_cond_init(&thread_worker, NULL); in bench_futex_wake()160 pthread_cond_broadcast(&thread_worker); in bench_futex_wake()190 pthread_cond_destroy(&thread_worker); in bench_futex_wake()
35 static pthread_cond_t thread_parent, thread_worker; variable72 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()147 pthread_cond_init(&thread_worker, NULL); in bench_futex_requeue()160 pthread_cond_broadcast(&thread_worker); in bench_futex_requeue()201 pthread_cond_destroy(&thread_worker); in bench_futex_requeue()
35 static pthread_cond_t thread_parent, thread_worker; variable68 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()147 pthread_cond_init(&thread_worker, NULL); in bench_futex_hash()176 pthread_cond_broadcast(&thread_worker); in bench_futex_hash()190 pthread_cond_destroy(&thread_worker); in bench_futex_hash()