Searched refs:cpu_threads (Results 1 – 4 of 4) sorted by relevance
81 pthread_t cpu_threads[MAX_CPUS]; variable187 if (cpu_threads[i]) { in shutdown()188 pthread_kill(cpu_threads[i], SIGUSR1); in shutdown()189 pthread_join(cpu_threads[i], NULL); in shutdown()315 if (cpu_threads[i] == pthread_self()) in fake_cont_thread()330 if (cpu_threads[i] == pthread_self()) in cont_thread()438 t = &cpu_threads[0]; in perf_test_thread()444 if (pthread_getcpuclockid(cpu_threads[0], &clock) != 0) in perf_test_thread()735 if (pthread_create(&cpu_threads[i], &thread_attr, thread_func, in main()742 pthread_join(cpu_threads[0], &retval); in main()
202 unsigned int cpu_threads; member
444 config->cpu_threads = count; in process_one_thread_config_spec()753 .cpu_threads = 1, in parse_device_config()