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

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.java99 this.handle = nativeCreatePoller(-1);
110 this.handle = nativeCreatePoller(maxFd);
133 this.handle = nativeCreatePoller(maxFd);
143 this.handle = nativeCreatePoller(-1);
314 private native int nativeCreatePoller(int maxFd) throws Exception; method in class:Poller

Completed in 287 milliseconds