Searched defs:epollWait (Results 1 - 2 of 2) 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

Completed in 30 milliseconds