Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hwloc_topology_support(3)  Library Functions Manual  hwloc_topology_support(3)

NAME
       hwloc_topology_support

SYNOPSIS
       #include	<hwloc.h>

   Data	Fields
       struct hwloc_topology_discovery_support * discovery
       struct hwloc_topology_cpubind_support * cpubind
       struct hwloc_topology_membind_support * membind
       struct hwloc_topology_misc_support * misc

Detailed Description
       Set of flags describing actual support for this topology.

       This is retrieved with hwloc_topology_get_support() and will be valid
       until the topology object is destroyed. Note: the values	are correct
       only after discovery.

Field Documentation
   struct hwloc_topology_cpubind_support* hwloc_topology_support::cpubind
   struct hwloc_topology_discovery_support* hwloc_topology_support::discovery
   struct hwloc_topology_membind_support* hwloc_topology_support::membind
   struct hwloc_topology_misc_support* hwloc_topology_support::misc
Author
       Generated automatically by Doxygen for Hardware Locality	(hwloc)	from
       the source code.

Hardware Locality (hwloc)	Version	2.11.2	     hwloc_topology_support(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hwloc_topology_support&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help