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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPoll.java59 static final int EPOLL_CTL_DEL = 2; field in class:EPoll
H A DEPollArrayWrapper.java63 private static final int EPOLL_CTL_DEL = 2; field in class:EPollArrayWrapper
241 epollCtl(epfd, EPOLL_CTL_DEL, fd, 0);
282 opcode = (events != 0) ? EPOLL_CTL_MOD : EPOLL_CTL_DEL;
290 } else if (opcode == EPOLL_CTL_DEL) {

Completed in 30 milliseconds