Home
last modified time | relevance | path

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

/oneTBB/src/tbbbind/
H A Dtbb_bind.cpp65 int numa_nodes_count{0}; member in tbb::detail::r1::system_topology
130 numa_nodes_count = 1; in numa_topology_parsing()
138 numa_nodes_count = hwloc_bitmap_weight(process_node_affinity_mask); in numa_topology_parsing()
139 if (numa_nodes_count <= 0) { in numa_topology_parsing()
143 numa_indexes_list.push_back(numa_nodes_count == 0 ? -1 : 0); in numa_topology_parsing()
144 numa_nodes_count = 1; in numa_topology_parsing()
152 numa_indexes_list.resize(numa_nodes_count); in numa_topology_parsing()
309 _numa_nodes_count = numa_nodes_count; in fill_topology_information()
494 int& numa_nodes_count, int*& numa_indexes_list, in __TBB_internal_initialize_system_topology() argument
499 numa_nodes_count, numa_indexes_list, in __TBB_internal_initialize_system_topology()
/oneTBB/src/tbb/
H A Dgovernor.cpp332 int& numa_nodes_count, int*& numa_indexes_list,
359 int& numa_nodes_count, int*& numa_indexes_list,
425 int numa_nodes_count = 0; variable
466 numa_nodes_count, numa_nodes_indexes, in initialization_impl()
476 numa_nodes_count = 1; in initialization_impl()
518 return system_topology::numa_nodes_count; in numa_node_count()
523 …std::memcpy(index_array, system_topology::numa_nodes_indexes, system_topology::numa_nodes_count * … in fill_numa_indices()
555 auto numa_nodes_end = system_topology::numa_nodes_indexes + system_topology::numa_nodes_count; in constraints_assertion()