Searched defs:epfd (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | EPoll.c | 65 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/ |
D | EPoll.java | 110 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()
|
D | EPollPort.java | 49 private final int epfd; field in EPollPort
|