Home
last modified time | relevance | path

Searched refs:cpu_threads (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/mqueue/
Dmq_perf_tests.c81 pthread_t cpu_threads[MAX_CPUS]; variable
184 if (cpu_threads[i]) { in shutdown()
185 pthread_kill(cpu_threads[i], SIGUSR1); in shutdown()
186 pthread_join(cpu_threads[i], NULL); in shutdown()
312 if (cpu_threads[i] == pthread_self()) in fake_cont_thread()
326 if (cpu_threads[i] == pthread_self()) in cont_thread()
433 t = &cpu_threads[0]; in perf_test_thread()
439 if (pthread_getcpuclockid(cpu_threads[0], &clock) != 0) in perf_test_thread()
729 if (pthread_create(&cpu_threads[i], &thread_attr, thread_func, in main()
736 pthread_join(cpu_threads[0], &retval); in main()