Searched defs:epollCtl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPoll.java110 static native int epollCtl(int epfd, int opcode, int fd, int events); method in class:EPoll
H A DEPollArrayWrapper.java143 epollCtl(epfd, EPOLL_CTL_ADD, fd0, EPOLLIN);
241 epollCtl(epfd, EPOLL_CTL_DEL, fd, 0);
287 epollCtl(epfd, opcode, fd, events);
325 private native void epollCtl(int epfd, int opcode, int fd, int events); method in class:EPollArrayWrapper

Completed in 30 milliseconds