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

jdk.internal.thread.ThreadAccess Maven / Gradle / Ivy

package jdk.internal.thread;

import static jdk.internal.thread.ThreadNative.*;
import static org.qbicc.runtime.CNative.*;

import org.qbicc.runtime.patcher.PatchClass;

@PatchClass(Thread.class)
final class ThreadAccess {
    static int CONFIG_LOCKED;
    static int CONFIG_DAEMON;
    ptr threadNativePtr;
    volatile int config;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy