Searched refs:epollWait (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPoll.java112 static native int epollWait(int epfd, long pollAddress, int numfds) method in class:EPoll
H A DEPollArrayWrapper.java257 updated = epollWait(pollArrayAddress, NUM_EPOLLEVENTS, timeout, epfd);
326 private native int epollWait(long pollAddress, int numfds, long timeout, method in class:EPollArrayWrapper
H A DEPollPort.java194 int n = epollWait(epfd, address, MAX_EPOLL_EVENTS);

Completed in 41 milliseconds