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

org.purejava.appindicator.constants$115 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.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.foreign.UnionLayout;
import java.lang.invoke.VarHandle;

import static java.lang.foreign.ValueLayout.*;
final class constants$115 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$115() {}
    static final VarHandle const$0 = constants$114.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_errno"));
    static final VarHandle const$1 = constants$114.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_code"));
    static final VarHandle const$2 = constants$114.const$4.varHandle(MemoryLayout.PathElement.groupElement("__pad0"));
    static final UnionLayout const$3 = MemoryLayout.unionLayout(
        MemoryLayout.sequenceLayout(28, JAVA_INT).withName("_pad"),
        MemoryLayout.structLayout(
            JAVA_INT.withName("si_pid"),
            JAVA_INT.withName("si_uid")
        ).withName("_kill"),
        MemoryLayout.structLayout(
            JAVA_INT.withName("si_tid"),
            JAVA_INT.withName("si_overrun"),
            MemoryLayout.unionLayout(
                JAVA_INT.withName("sival_int"),
                RuntimeHelper.POINTER.withName("sival_ptr")
            ).withName("si_sigval")
        ).withName("_timer"),
        MemoryLayout.structLayout(
            JAVA_INT.withName("si_pid"),
            JAVA_INT.withName("si_uid"),
            MemoryLayout.unionLayout(
                JAVA_INT.withName("sival_int"),
                RuntimeHelper.POINTER.withName("sival_ptr")
            ).withName("si_sigval")
        ).withName("_rt"),
        MemoryLayout.structLayout(
            JAVA_INT.withName("si_pid"),
            JAVA_INT.withName("si_uid"),
            JAVA_INT.withName("si_status"),
            MemoryLayout.paddingLayout(4),
            JAVA_LONG.withName("si_utime"),
            JAVA_LONG.withName("si_stime")
        ).withName("_sigchld"),
        MemoryLayout.structLayout(
            RuntimeHelper.POINTER.withName("si_addr"),
            JAVA_SHORT.withName("si_addr_lsb"),
            MemoryLayout.paddingLayout(6),
            MemoryLayout.unionLayout(
                MemoryLayout.structLayout(
                    RuntimeHelper.POINTER.withName("_lower"),
                    RuntimeHelper.POINTER.withName("_upper")
                ).withName("_addr_bnd"),
                JAVA_INT.withName("_pkey")
            ).withName("_bounds")
        ).withName("_sigfault"),
        MemoryLayout.structLayout(
            JAVA_LONG.withName("si_band"),
            JAVA_INT.withName("si_fd"),
            MemoryLayout.paddingLayout(4)
        ).withName("_sigpoll"),
        MemoryLayout.structLayout(
            RuntimeHelper.POINTER.withName("_call_addr"),
            JAVA_INT.withName("_syscall"),
            JAVA_INT.withName("_arch")
        ).withName("_sigsys")
    ).withName("");
    static final StructLayout const$4 = MemoryLayout.structLayout(
        JAVA_INT.withName("si_pid"),
        JAVA_INT.withName("si_uid")
    ).withName("");
    static final VarHandle const$5 = constants$115.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_pid"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy