cpu_threads 81 tools/testing/selftests/mqueue/mq_perf_tests.c pthread_t cpu_threads[MAX_CPUS]; cpu_threads 184 tools/testing/selftests/mqueue/mq_perf_tests.c if (cpu_threads[i]) { cpu_threads 185 tools/testing/selftests/mqueue/mq_perf_tests.c pthread_kill(cpu_threads[i], SIGUSR1); cpu_threads 186 tools/testing/selftests/mqueue/mq_perf_tests.c pthread_join(cpu_threads[i], NULL); cpu_threads 312 tools/testing/selftests/mqueue/mq_perf_tests.c if (cpu_threads[i] == pthread_self()) cpu_threads 326 tools/testing/selftests/mqueue/mq_perf_tests.c if (cpu_threads[i] == pthread_self()) cpu_threads 433 tools/testing/selftests/mqueue/mq_perf_tests.c t = &cpu_threads[0]; cpu_threads 439 tools/testing/selftests/mqueue/mq_perf_tests.c if (pthread_getcpuclockid(cpu_threads[0], &clock) != 0) cpu_threads 729 tools/testing/selftests/mqueue/mq_perf_tests.c if (pthread_create(&cpu_threads[i], &thread_attr, thread_func, cpu_threads 736 tools/testing/selftests/mqueue/mq_perf_tests.c pthread_join(cpu_threads[0], &retval);