Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmutex.h127 void cond_broadcast(struct cond *cnd);
H A Dmutex.c122 void cond_broadcast(struct cond *cnd) in cond_broadcast() function
/linux/tools/perf/bench/
H A Dfutex-wake.c201 cond_broadcast(&thread_worker); in bench_futex_wake()
H A Dfutex-lock-pi.c219 cond_broadcast(&thread_worker); in bench_futex_lock_pi()
H A Dfutex-hash.c215 cond_broadcast(&thread_worker); in bench_futex_hash()
H A Dfutex-requeue.c234 cond_broadcast(&thread_worker); in bench_futex_requeue()
H A Dfutex-wake-parallel.c324 cond_broadcast(&thread_worker); in bench_futex_wake_parallel()
H A Depoll-ctl.c384 cond_broadcast(&thread_worker); in bench_epoll_ctl()
/linux/tools/tracing/latency/
H A Dlatency-collector.c354 static __always_inline void cond_broadcast(pthread_cond_t *cond) in cond_broadcast() function
668 cond_broadcast(&printstate.cond); in printstate_next_ticket()