Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hwloc_topology_get_online_cpuset(3) [centos man page]

Cpuset Helpers(3)					     Hardware Locality (hwloc)						 Cpuset Helpers(3)

NAME
Cpuset Helpers - Functions static inline hwloc_const_cpuset_t hwloc_topology_get_complete_cpuset (hwloc_topology_t topology) " static inline hwloc_const_cpuset_t hwloc_topology_get_topology_cpuset (hwloc_topology_t topology) " static inline hwloc_const_cpuset_t hwloc_topology_get_online_cpuset (hwloc_topology_t topology) " static inline hwloc_const_cpuset_t hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology) " Detailed Description Function Documentation static inline hwloc_const_cpuset_t hwloc_topology_get_allowed_cpuset (hwloc_topology_ttopology) [static] Get allowed CPU set. Returns: the CPU set of allowed logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The 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. static inline hwloc_const_cpuset_t hwloc_topology_get_complete_cpuset (hwloc_topology_ttopology) [static] Get complete CPU set. Returns: the complete CPU set of logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The 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. static inline hwloc_const_cpuset_t hwloc_topology_get_online_cpuset (hwloc_topology_ttopology) [static] Get online CPU set. Returns: the CPU set of online logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The 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. static inline hwloc_const_cpuset_t hwloc_topology_get_topology_cpuset (hwloc_topology_ttopology) [static] Get topology CPU set. Returns: the 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. Note: The 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. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 Cpuset Helpers(3)

Check Out this Related Man Page

Cpuset Helpers(3)					     Hardware Locality (hwloc)						 Cpuset Helpers(3)

NAME
Cpuset Helpers - Functions static inline hwloc_const_cpuset_t hwloc_topology_get_complete_cpuset (hwloc_topology_t topology) " static inline hwloc_const_cpuset_t hwloc_topology_get_topology_cpuset (hwloc_topology_t topology) " static inline hwloc_const_cpuset_t hwloc_topology_get_online_cpuset (hwloc_topology_t topology) " static inline hwloc_const_cpuset_t hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology) " Detailed Description Function Documentation static inline hwloc_const_cpuset_t hwloc_topology_get_allowed_cpuset (hwloc_topology_ttopology) [static] Get allowed CPU set. Returns: the CPU set of allowed logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The 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. static inline hwloc_const_cpuset_t hwloc_topology_get_complete_cpuset (hwloc_topology_ttopology) [static] Get complete CPU set. Returns: the complete CPU set of logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The 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. static inline hwloc_const_cpuset_t hwloc_topology_get_online_cpuset (hwloc_topology_ttopology) [static] Get online CPU set. Returns: the CPU set of online logical processors of the system. If the topology is the result of a combination of several systems, NULL is returned. Note: The 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. static inline hwloc_const_cpuset_t hwloc_topology_get_topology_cpuset (hwloc_topology_ttopology) [static] Get topology CPU set. Returns: the 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. Note: The 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. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 Cpuset Helpers(3)
Man Page