Home
last modified time | relevance | path

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

/tools/perf/bench/
A Dfutex-wake.c75 cond_wait(&thread_worker, &thread_lock); in workerfn()
200 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
A Dfutex-hash.c84 cond_wait(&thread_worker, &thread_lock); in workerfn()
214 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
A Dfutex-lock-pi.c94 cond_wait(&thread_worker, &thread_lock); in workerfn()
218 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
A Dfutex-requeue.c93 cond_wait(&thread_worker, &thread_lock); in workerfn()
233 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
A Dfutex-wake-parallel.c139 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn()
323 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
A Depoll-ctl.c182 cond_wait(&thread_worker, &thread_lock); in workerfn()
383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
A Depoll-wait.c197 cond_wait(&thread_worker, &thread_lock); in workerfn()
506 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
A Dnuma.c1265 cond_wait(&g->start_work_cond, &g->start_work_mutex); in worker_thread()
1667 cond_wait(&g->startup_cond, &g->startup_mutex); in __bench_numa()
/tools/perf/util/
A Dmutex.h123 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
A Dmutex.c106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
/tools/tracing/latency/
A 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/
A Dbuiltin-top.c1119 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()

Completed in 756 milliseconds