Searched refs:cond_destroy (Results 1 – 9 of 9) sorted by relevance
232 cond_destroy(&thread_parent); in bench_futex_wake()233 cond_destroy(&thread_worker); in bench_futex_wake()
232 cond_destroy(&thread_parent); in bench_futex_lock_pi()233 cond_destroy(&thread_worker); in bench_futex_lock_pi()
228 cond_destroy(&thread_parent); in bench_futex_hash()229 cond_destroy(&thread_worker); in bench_futex_hash()
307 cond_destroy(&thread_parent); in bench_futex_requeue()308 cond_destroy(&thread_worker); in bench_futex_requeue()
346 cond_destroy(&thread_parent); in bench_futex_wake_parallel()347 cond_destroy(&thread_worker); in bench_futex_wake_parallel()
398 cond_destroy(&thread_parent); in bench_epoll_ctl()399 cond_destroy(&thread_worker); in bench_epoll_ctl()
123 void cond_destroy(struct cond *cnd);
107 void cond_destroy(struct cond *cnd) in cond_destroy() function
1247 cond_destroy(&top->qe.cond); in exit_process_thread()