Searched refs:cond_wait (Results 1 – 12 of 12) sorted by relevance
| /tools/perf/bench/ |
| A D | futex-wake.c | 75 cond_wait(&thread_worker, &thread_lock); in workerfn() 200 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
|
| A D | futex-hash.c | 84 cond_wait(&thread_worker, &thread_lock); in workerfn() 214 cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
|
| A D | futex-lock-pi.c | 94 cond_wait(&thread_worker, &thread_lock); in workerfn() 218 cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
|
| A D | futex-requeue.c | 93 cond_wait(&thread_worker, &thread_lock); in workerfn() 233 cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
|
| A D | futex-wake-parallel.c | 139 cond_wait(&thread_worker, &thread_lock); in blocked_workerfn() 323 cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
|
| A D | epoll-ctl.c | 182 cond_wait(&thread_worker, &thread_lock); in workerfn() 383 cond_wait(&thread_parent, &thread_lock); in bench_epoll_ctl()
|
| A D | epoll-wait.c | 197 cond_wait(&thread_worker, &thread_lock); in workerfn() 506 cond_wait(&thread_parent, &thread_lock); in bench_epoll_wait()
|
| A D | numa.c | 1265 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 D | mutex.h | 123 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
|
| A D | mutex.c | 106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
|
| /tools/tracing/latency/ |
| A 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/ |
| A D | builtin-top.c | 1119 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()
|
Completed in 756 milliseconds