Package org.lwjgl.util.hwloc
Class HWLocLinux
java.lang.Object
org.lwjgl.util.hwloc.HWLocLinux
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromHWLoc.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic int
hwloc_linux_get_tid_cpubind
(long topology, int tid, long set) int hwloc_linux_get_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set)
static int
hwloc_linux_get_tid_last_cpu_location
(long topology, int tid, long set) int hwloc_linux_get_tid_last_cpu_location(hwloc_topology_t topology, pid_t tid, hwloc_bitmap_t set)
static int
hwloc_linux_read_path_as_cpumask
(CharSequence path, long set) int hwloc_linux_read_path_as_cpumask(char const * path, hwloc_bitmap_t set)
static int
hwloc_linux_read_path_as_cpumask
(ByteBuffer path, long set) int hwloc_linux_read_path_as_cpumask(char const * path, hwloc_bitmap_t set)
static int
hwloc_linux_set_tid_cpubind
(long topology, int tid, long set) int hwloc_linux_set_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set)
static int
nhwloc_linux_read_path_as_cpumask
(long path, long set) int hwloc_linux_read_path_as_cpumask(char const * path, hwloc_bitmap_t set)
-
Method Details
-
hwloc_linux_set_tid_cpubind
public static int hwloc_linux_set_tid_cpubind(long topology, int tid, long set) int hwloc_linux_set_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_const_cpuset_t set)
-
hwloc_linux_get_tid_cpubind
public static int hwloc_linux_get_tid_cpubind(long topology, int tid, long set) int hwloc_linux_get_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t set)
-
hwloc_linux_get_tid_last_cpu_location
public static int hwloc_linux_get_tid_last_cpu_location(long topology, int tid, long set) int hwloc_linux_get_tid_last_cpu_location(hwloc_topology_t topology, pid_t tid, hwloc_bitmap_t set)
-
nhwloc_linux_read_path_as_cpumask
public static int nhwloc_linux_read_path_as_cpumask(long path, long set) int hwloc_linux_read_path_as_cpumask(char const * path, hwloc_bitmap_t set)
-
hwloc_linux_read_path_as_cpumask
int hwloc_linux_read_path_as_cpumask(char const * path, hwloc_bitmap_t set)
-
hwloc_linux_read_path_as_cpumask
int hwloc_linux_read_path_as_cpumask(char const * path, hwloc_bitmap_t set)
-