pthread_cond_t     66 tools/perf/bench/epoll-ctl.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t    117 tools/perf/bench/epoll-wait.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t     44 tools/perf/bench/futex-hash.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t     44 tools/perf/bench/futex-lock-pi.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t     43 tools/perf/bench/futex-requeue.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t     54 tools/perf/bench/futex-wake-parallel.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t     44 tools/perf/bench/futex-wake.c static pthread_cond_t thread_parent, thread_worker;
pthread_cond_t     53 tools/perf/util/top.h 		pthread_cond_t		 cond;
pthread_cond_t     63 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c static pthread_cond_t server_started = PTHREAD_COND_INITIALIZER;
pthread_cond_t    207 tools/testing/selftests/bpf/prog_tests/tcp_rtt.c static pthread_cond_t server_started = PTHREAD_COND_INITIALIZER;
pthread_cond_t     15 tools/testing/selftests/membarrier/membarrier_test_multi_thread.c static pthread_cond_t test_membarrier_thread_cond =
pthread_cond_t   2288 tools/testing/selftests/seccomp/seccomp_bpf.c 	pthread_cond_t *cond;
pthread_cond_t   2317 tools/testing/selftests/seccomp/seccomp_bpf.c 	pthread_cond_t cond;
pthread_cond_t     27 tools/virtio/virtio-trace/trace-agent.c pthread_cond_t cond_wakeup = PTHREAD_COND_INITIALIZER;
pthread_cond_t     50 tools/virtio/virtio-trace/trace-agent.h extern pthread_cond_t cond_wakeup;