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

jdk.internal.sys.linux.EventFD Maven / Gradle / Ivy

There is a newer version: 17.alpha.0.57
Show newest version
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