|  | 
        
          | 
      
      
        
          | 
Get allowed CPU set.  Returnsthe CPU set of allowed logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
 NoteThe returned cpuset is not newly allocated and should thus not be changed or freed, hwloc_cpuset_dup must be used to obtain a local copy. 
 
Get complete CPU set.  Returnsthe complete CPU set of logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
 NoteThe returned cpuset is not newly allocated and should thus not be changed or freed; hwloc_cpuset_dup must be used to obtain a local copy. 
 
Get online CPU set.  Returnsthe CPU set of online logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned.
 NoteThe returned cpuset is not newly allocated and should thus not be changed or freed; hwloc_cpuset_dup must be used to obtain a local copy. 
 
Get topology CPU set.  Returnsthe CPU set of logical processors of the system for which hwloc provides topology information. This is equivalent to the cpuset of the system object. If the topology is the result of a combination of several systems, NULL is returned.
 NoteThe returned cpuset is not newly allocated and should thus not be changed or freed; hwloc_cpuset_dup must be used to obtain a local copy. 
 |  |  |