Home
last modified time | relevance | path

Searched defs:epfd (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
DEPoll.c65 int epfd = epoll_create1(EPOLL_CLOEXEC); in Java_sun_nio_ch_EPoll_epollCreate() local
73 Java_sun_nio_ch_EPoll_epollCtl(JNIEnv *env, jclass c, jint epfd, in Java_sun_nio_ch_EPoll_epollCtl()
89 jint epfd, jlong address, jint numfds) in Java_sun_nio_ch_EPoll_epollWait()
102 Java_sun_nio_ch_EPoll_close0(JNIEnv *env, jclass c, jint epfd) { in Java_sun_nio_ch_EPoll_close0()
/libcore/ojluni/src/main/java/sun/nio/ch/
DEPoll.java110 static native int epollCtl(int epfd, int opcode, int fd, int events); in epollCtl()
112 static native int epollWait(int epfd, long pollAddress, int numfds) in epollWait()
DEPollPort.java49 private final int epfd; field in EPollPort