Package org.lwjgl.util.hwloc
Class HWLocWindows
java.lang.Object
org.lwjgl.util.hwloc.HWLocWindows
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromHWLoc.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic int
hwloc_windows_get_nr_processor_groups
(long topology, long flags) int hwloc_windows_get_nr_processor_groups(hwloc_topology_t topology, unsigned long flags)
static int
hwloc_windows_get_processor_group_cpuset
(long topology, int pg_index, long cpuset, long flags) int hwloc_windows_get_processor_group_cpuset(hwloc_topology_t topology, unsigned pg_index, hwloc_cpuset_t cpuset, unsigned long flags)
-
Method Details
-
hwloc_windows_get_nr_processor_groups
public static int hwloc_windows_get_nr_processor_groups(long topology, long flags) int hwloc_windows_get_nr_processor_groups(hwloc_topology_t topology, unsigned long flags)
-
hwloc_windows_get_processor_group_cpuset
public static int hwloc_windows_get_processor_group_cpuset(long topology, int pg_index, long cpuset, long flags) int hwloc_windows_get_processor_group_cpuset(hwloc_topology_t topology, unsigned pg_index, hwloc_cpuset_t cpuset, unsigned long flags)
-