Searched refs:epollCtl (Results 1 - 3 of 3) 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 DEPollPort.java96 epollCtl(epfd, EPOLL_CTL_ADD, sv[0], POLLIN);
174 int err = epollCtl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT));
176 err = epollCtl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT));
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 338 milliseconds