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
| hwloc_topology_cpubind_support(3) | Hardware Locality (hwloc) | hwloc_topology_cpubind_support(3) |
NAME¶
hwloc_topology_cpubind_support -SYNOPSIS¶
#include <hwloc.h>Data Fields¶
unsigned char set_thisproc_cpubind
Detailed Description¶
Flags describing actual PU binding support for this topology.Field Documentation¶
unsigned char hwloc_topology_cpubind_support::get_proc_cpubind Getting the binding of a whole given process is supported.¶
unsigned char hwloc_topology_cpubind_support::get_proc_last_cpu_location Getting the last processors where a whole process ran is supported¶
unsigned char hwloc_topology_cpubind_support::get_thisproc_cpubind Getting the binding of the whole current process is supported.¶
unsigned char hwloc_topology_cpubind_support::get_thisproc_last_cpu_location Getting the last processors where the whole current process ran is supported¶
unsigned char hwloc_topology_cpubind_support::get_thisthread_cpubind Getting the binding of the current thread only is supported.¶
unsigned char hwloc_topology_cpubind_support::get_thisthread_last_cpu_location Getting the last processors where the current thread ran is supported¶
unsigned char hwloc_topology_cpubind_support::get_thread_cpubind Getting the binding of a given thread only is supported.¶
unsigned char hwloc_topology_cpubind_support::set_proc_cpubind Binding a whole given process is supported.¶
unsigned char hwloc_topology_cpubind_support::set_thisproc_cpubind Binding the whole current process is supported.¶
unsigned char hwloc_topology_cpubind_support::set_thisthread_cpubind Binding the current thread only is supported.¶
unsigned char hwloc_topology_cpubind_support::set_thread_cpubind Binding a given thread only is supported.¶
Author¶
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.| Mon Feb 27 2012 | Version 1.4.1 |