centos man page for hwloc_cpuset_to_glibc_sched_affinity

Query: hwloc_cpuset_to_glibc_sched_affinity

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Helpers for manipulating glibc sched affinity(3)	     Hardware Locality (hwloc)		  Helpers for manipulating glibc sched affinity(3)

NAME
Helpers for manipulating glibc sched affinity - Functions static inline int hwloc_cpuset_to_glibc_sched_affinity (hwloc_topology_t topology , hwloc_const_cpuset_t hwlocset, cpu_set_t *schedset, size_t schedsetsize) static inline int hwloc_cpuset_from_glibc_sched_affinity (hwloc_topology_t topology , hwloc_cpuset_t hwlocset, const cpu_set_t *schedset, size_t schedsetsize) Detailed Description Function Documentation static inline int hwloc_cpuset_from_glibc_sched_affinity (hwloc_topology_t topology, hwloc_cpuset_thwlocset, const cpu_set_t *schedset, size_tschedsetsize) [static] Convert glibc sched affinity CPU set schedset into hwloc CPU set. This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter. schedsetsize should be sizeof(cpu_set_t) unless schedset was dynamically allocated with CPU_ALLOC static inline int hwloc_cpuset_to_glibc_sched_affinity (hwloc_topology_t topology, hwloc_const_cpuset_thwlocset, cpu_set_t *schedset, size_tschedsetsize) [static] Convert hwloc CPU set toposet into glibc sched affinity CPU set schedset. This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter. schedsetsize should be sizeof(cpu_set_t) unless schedset was dynamically allocated with CPU_ALLOC Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 Helpers for manipulating glibc sched affinity(3)
Related Man Pages
hwloc_cpuset_from_linux_libnuma_nodemask(3) - debian
hwlocality_linux_libnuma_nodemask(3) - debian
hwloc_cpuset_to_glibc_sched_affinity(3) - centos
hwloc_cpuset_to_linux_libnuma_bitmask(3) - centos
hwloc_nodeset_from_linux_libnuma_bitmask(3) - centos
Similar Topics in the Unix Linux Community
Help!! manipulating file