Home
last modified time | relevance | path

Searched refs:cond_destroy (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/tools/perf/bench/
Dfutex-wake.c228 cond_destroy(&thread_parent); in bench_futex_wake()
229 cond_destroy(&thread_worker); in bench_futex_wake()
Dfutex-hash.c223 cond_destroy(&thread_parent); in bench_futex_hash()
224 cond_destroy(&thread_worker); in bench_futex_hash()
Dfutex-lock-pi.c228 cond_destroy(&thread_parent); in bench_futex_lock_pi()
229 cond_destroy(&thread_worker); in bench_futex_lock_pi()
Dfutex-requeue.c301 cond_destroy(&thread_parent); in bench_futex_requeue()
302 cond_destroy(&thread_worker); in bench_futex_requeue()
Dfutex-wake-parallel.c336 cond_destroy(&thread_parent); in bench_futex_wake_parallel()
337 cond_destroy(&thread_worker); in bench_futex_wake_parallel()
Depoll-ctl.c398 cond_destroy(&thread_parent); in bench_epoll_ctl()
399 cond_destroy(&thread_worker); in bench_epoll_ctl()
Depoll-wait.c526 cond_destroy(&thread_parent); in bench_epoll_wait()
527 cond_destroy(&thread_worker); in bench_epoll_wait()
/Linux-v6.1/tools/perf/util/
Dmutex.h102 void cond_destroy(struct cond *cnd);
Dmutex.c101 void cond_destroy(struct cond *cnd) in cond_destroy() function