org.purejava.appindicator.constants$513 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libappindicator-gtk3-java-full Show documentation
Show all versions of libappindicator-gtk3-java-full Show documentation
Java bindings for libappindicator-gtk3 in 100% pure Java
// Generated by jextract
package org.purejava.appindicator;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$513 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$513() {}
static final VarHandle const$0 = constants$512.const$5.varHandle(MemoryLayout.PathElement.groupElement("sched_priority"));
static final StructLayout const$1 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(16, JAVA_LONG).withName("__bits")
).withName("cpu_set_t");
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"__sched_cpucount",
constants$87.const$0
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"__sched_cpualloc",
constants$63.const$3
);
static final MethodHandle const$4 = RuntimeHelper.downcallHandle(
"__sched_cpufree",
constants$13.const$1
);
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"sched_setparam",
constants$9.const$2
);
}