Lines Matching defs:threads
1695 std::vector<string>& threads = cpu_topology.thread_siblings;1696 num_siblings_type num_threads = threads.size();1697 if (!data->WriteDataValue(&num_threads, sizeof(num_threads), "num threads"))1699 for (string& thread_name : threads) {