Searched refs:cond_wait (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/bench/ |
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|
| H 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()
|
| /linux/tools/perf/util/ |
| H A D | mutex.h | 125 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
|
| H A D | mutex.c | 112 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
|
| /linux/tools/tracing/latency/ |
| H 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()
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 1119 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread()
|