Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dfutex-wake.c229 cond_destroy(&thread_parent); in bench_futex_wake()
230 cond_destroy(&thread_worker); in bench_futex_wake()
H A Dfutex-lock-pi.c228 cond_destroy(&thread_parent); in bench_futex_lock_pi()
229 cond_destroy(&thread_worker); in bench_futex_lock_pi()
H A Dfutex-hash.c223 cond_destroy(&thread_parent); in bench_futex_hash()
224 cond_destroy(&thread_worker); in bench_futex_hash()
H A Dfutex-requeue.c302 cond_destroy(&thread_parent); in bench_futex_requeue()
303 cond_destroy(&thread_worker); in bench_futex_requeue()
H A Dfutex-wake-parallel.c340 cond_destroy(&thread_parent); in bench_futex_wake_parallel()
341 cond_destroy(&thread_worker); in bench_futex_wake_parallel()
H A Depoll-ctl.c398 cond_destroy(&thread_parent); in bench_epoll_ctl()
399 cond_destroy(&thread_worker); in bench_epoll_ctl()
H A Depoll-wait.c526 cond_destroy(&thread_parent); in bench_epoll_wait()
527 cond_destroy(&thread_worker); in bench_epoll_wait()
/openbmc/linux/tools/perf/util/
H A Dmutex.h102 void cond_destroy(struct cond *cnd);
H A Dmutex.c101 void cond_destroy(struct cond *cnd) in cond_destroy() function
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1235 cond_destroy(&top->qe.cond); in exit_process_thread()