Searched refs:cond_wait (Results 1 – 12 of 12) sorted by relevance
/tools/perf/bench/ |
D | futex-wake.c | 73 cond_wait(&thread_worker, &thread_lock); in workerfn() 197 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
|
D | futex-lock-pi.c | 91 cond_wait(&thread_worker, &thread_lock); in workerfn() 214 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
|
D | futex-hash.c | 81 cond_wait(&thread_worker, &thread_lock); in workerfn() 209 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
|
D | futex-requeue.c | 90 cond_wait(&thread_worker, &thread_lock); in workerfn() 228 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
|
D | futex-wake-parallel.c | 136 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn() 317 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
|
D | epoll-ctl.c | 182 cond_wait(&thread_worker, &thread_lock); in workerfn() 383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
|
D | epoll-wait.c | 197 cond_wait(&thread_worker, &thread_lock); in workerfn() 501 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
|
D | numa.c | 1212 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/ |
D | mutex.h | 104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
|
D | mutex.c | 106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
|
/tools/tracing/latency/ |
D | latency-collector.c | 346 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/ |
D | builtin-top.c | 1111 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()
|