Searched refs:epollCreate (Results 1 – 2 of 2) sorted by relevance
108 static native int epollCreate() throws IOException; in epollCreate() method in EPoll
89 this.epfd = epollCreate(); in EPollPort()