Home
last modified time | relevance | path

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

/oneTBB/src/tbbbind/
H A Dtbb_bind.cpp153 hwloc_obj_t node_buffer; in numa_topology_parsing() local
155 node_buffer = hwloc_get_numanode_obj_by_os_index(topology, i); in numa_topology_parsing()
156 numa_indexes_list[counter] = static_cast<int>(node_buffer->logical_index); in numa_topology_parsing()
170 node_buffer = hwloc_get_numanode_obj_by_os_index(topology, i); in numa_topology_parsing()
171 index = static_cast<int>(node_buffer->logical_index); in numa_topology_parsing()
174 current_mask = hwloc_bitmap_dup(node_buffer->cpuset); in numa_topology_parsing()