Home
last modified time | relevance | path

Searched refs:epollWait (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DEPoll.java112 static native int epollWait(int epfd, long pollAddress, int numfds) in epollWait() method in EPoll
DEPollPort.java194 int n = epollWait(epfd, address, MAX_EPOLL_EVENTS); in poll()