Home
last modified time | relevance | path

Searched refs:cond_wait (Results 1 – 12 of 12) sorted by relevance

/tools/perf/bench/
Dfutex-wake.c73 cond_wait(&thread_worker, &thread_lock); in workerfn()
197 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
Dfutex-lock-pi.c91 cond_wait(&thread_worker, &thread_lock); in workerfn()
214 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
Dfutex-hash.c81 cond_wait(&thread_worker, &thread_lock); in workerfn()
209 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
Dfutex-requeue.c90 cond_wait(&thread_worker, &thread_lock); in workerfn()
228 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
Dfutex-wake-parallel.c136 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn()
317 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
Depoll-ctl.c182 cond_wait(&thread_worker, &thread_lock); in workerfn()
383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
Depoll-wait.c197 cond_wait(&thread_worker, &thread_lock); in workerfn()
501 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
Dnuma.c1212 cond_wait(&g->start_work_cond, &g->start_work_mutex); in worker_thread()
1614 cond_wait(&g->startup_cond, &g->startup_mutex); in __bench_numa()
/tools/perf/util/
Dmutex.h104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
Dmutex.c106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
/tools/tracing/latency/
Dlatency-collector.c346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() function
845 cond_wait(&q->cond, &q->mutex); in queue_cond_wait()
/tools/perf/
Dbuiltin-top.c1111 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()