jdk.internal.sys.linux.EventFD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-rt-java.base Show documentation
Show all versions of qbicc-rt-java.base Show documentation
The Qbicc builder for the java.base JDK module
package jdk.internal.sys.linux;
import static org.qbicc.runtime.CNative.*;
/**
*
*/
@include("")
public class EventFD {
public static native c_int eventfd(unsigned_int initVal, c_int flags);
public static final c_int EFD_CLOEXEC = constant();
public static final c_int EFD_NONBLOCK = constant();
public static final c_int EFD_SEMAPHORE = constant();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy