table of contents
other versions
- wheezy 1.4.1-4
- jessie 1.10.0-3
- testing 1.11.5-1
- unstable 1.11.5-1
- experimental 1.11.7-1
Finding a single Object covering at least CPU set(3) | Hardware Locality (hwloc) | Finding a single Object covering at least CPU set(3) |
NAME¶
Finding a single Object covering at least CPU set -Functions¶
static inline hwloc_obj_t hwloc_get_child_covering_cpuset (hwloc_topology_t topology , hwloc_const_cpuset_t set, hwloc_obj_t parent)
Function Documentation¶
static inline hwloc_obj_t hwloc_get_child_covering_cpuset ( hwloc_topology_t topology, hwloc_const_cpuset_tset, hwloc_obj_tparent) [static]¶
Get the child covering at least CPU set set. Returns:NULL if no child matches or if set is
empty.
Note:
This function cannot work if parent does not
have a CPU set.
static inline hwloc_obj_t hwloc_get_obj_covering_cpuset ( hwloc_topology_ttopology, hwloc_const_cpuset_tset) [static]¶
Get the lowest object covering at least CPU set set. Returns:NULL if no object matches or if set is
empty.
Note:
This function cannot work if the root object
does not have a CPU set, e.g. if the topology is made of different
machines.
Author¶
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.Mon Feb 27 2012 | Version 1.4.1 |