Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hwloc_topology_cpubind_support(3) [centos man page]

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 unsigned char get_thisproc_cpubind unsigned char set_proc_cpubind unsigned char get_proc_cpubind unsigned char set_thisthread_cpubind unsigned char get_thisthread_cpubind unsigned char set_thread_cpubind unsigned char get_thread_cpubind unsigned char get_thisproc_last_cpu_location unsigned char get_proc_last_cpu_location unsigned char get_thisthread_last_cpu_location 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. Version 1.7 Sun Apr 7 2013 hwloc_topology_cpubind_support(3)

Check Out this Related Man Page

hwloc_topology_membind_support(3)			     Hardware Locality (hwloc)				 hwloc_topology_membind_support(3)

NAME
hwloc_topology_membind_support - SYNOPSIS
#include <hwloc.h> Data Fields unsigned char set_thisproc_membind unsigned char get_thisproc_membind unsigned char set_proc_membind unsigned char get_proc_membind unsigned char set_thisthread_membind unsigned char get_thisthread_membind unsigned char set_area_membind unsigned char get_area_membind unsigned char alloc_membind unsigned char firsttouch_membind unsigned char bind_membind unsigned char interleave_membind unsigned char replicate_membind unsigned char nexttouch_membind unsigned char migrate_membind Detailed Description Flags describing actual memory binding support for this topology. Field Documentation unsigned char hwloc_topology_membind_support::alloc_membind Allocating a bound memory area is supported. unsigned char hwloc_topology_membind_support::bind_membind Bind policy is supported. unsigned char hwloc_topology_membind_support::firsttouch_membind First-touch policy is supported. unsigned char hwloc_topology_membind_support::get_area_membind Getting the binding of a given memory area is supported. unsigned char hwloc_topology_membind_support::get_proc_membind Getting the binding of a whole given process is supported. unsigned char hwloc_topology_membind_support::get_thisproc_membind Getting the binding of the whole current process is supported. unsigned char hwloc_topology_membind_support::get_thisthread_membind Getting the binding of the current thread only is supported. unsigned char hwloc_topology_membind_support::interleave_membind Interleave policy is supported. unsigned char hwloc_topology_membind_support::migrate_membind Migration flags is supported. unsigned char hwloc_topology_membind_support::nexttouch_membind Next-touch migration policy is supported. unsigned char hwloc_topology_membind_support::replicate_membind Replication policy is supported. unsigned char hwloc_topology_membind_support::set_area_membind Binding a given memory area is supported. unsigned char hwloc_topology_membind_support::set_proc_membind Binding a whole given process is supported. unsigned char hwloc_topology_membind_support::set_thisproc_membind Binding the whole current process is supported. unsigned char hwloc_topology_membind_support::set_thisthread_membind Binding the current thread only is supported. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 hwloc_topology_membind_support(3)
Man Page