|  | 
        
          | 
      
      
        
          | 
◆ hwloc_get_child_covering_cpuset()
Get the child covering at least CPU set set. ReturnsNULLif no child matches or ifsetis empty.
 NoteThis function cannot work if parent does not have a CPU set (I/O or Misc objects). 
 ◆ hwloc_get_next_obj_covering_cpuset_by_depth()
Iterate through same-depth objects covering at least CPU set set. If object previsNULL, return the first object at depthdepthcovering at least part of CPU setset. The next invokation should pass the previous return value inprevso as to obtain the next object covering at least another part ofset. NoteThis function cannot work if objects at the given depth do not have CPU sets (I/O or Misc objects). 
 ◆ hwloc_get_next_obj_covering_cpuset_by_type()
Iterate through same-type objects covering at least CPU set set. If object previsNULL, return the first object of typetypecovering at least part of CPU setset. The next invokation should pass the previous return value inprevso as to obtain the next object of typetypecovering at least another part ofset. If there are no or multiple depths for type type,NULLis returned. The caller may fallback to hwloc_get_next_obj_covering_cpuset_by_depth() for each depth. NoteThis function cannot work if objects of the given type do not have CPU sets (I/O or Misc objects). 
 ◆ hwloc_get_obj_covering_cpuset()
Get the lowest object covering at least CPU set set. ReturnsNULLif no object matches or ifsetis empty.
 |  |  |