Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DEPoll.java108 static native int epollCreate() throws IOException; in epollCreate() method in EPoll
DEPollPort.java89 this.epfd = epollCreate(); in EPollPort()