All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.constants$71 Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
// Generated by jextract

package org.purejava.appindicator;

import java.lang.foreign.FunctionDescriptor;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.foreign.UnionLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;

import static java.lang.foreign.ValueLayout.JAVA_INT;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$71 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$71() {}
    static final FunctionDescriptor const$0 = FunctionDescriptor.of(JAVA_INT,
        JAVA_INT,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "pselect",
        constants$71.const$0
    );
    static final UnionLayout const$2 = MemoryLayout.unionLayout(
        JAVA_LONG.withName("__value64"),
        MemoryLayout.structLayout(
            JAVA_INT.withName("__low"),
            JAVA_INT.withName("__high")
        ).withName("__value32")
    ).withName("__atomic_wide_counter");
    static final VarHandle const$3 = constants$71.const$2.varHandle(MemoryLayout.PathElement.groupElement("__value64"));
    static final StructLayout const$4 = MemoryLayout.structLayout(
        JAVA_INT.withName("__low"),
        JAVA_INT.withName("__high")
    ).withName("");
    static final VarHandle const$5 = constants$71.const$4.varHandle(MemoryLayout.PathElement.groupElement("__low"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy