Searched defs:waitMultiple (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.java153 * (which is what waitMultiple() stores in fds[])
200 * obj.waitMultiple(null,null,timeout) can be used for pausing the LWP
203 public synchronized int waitMultiple(int maxRet, int[] fds,short[] revents, method in class:Poller
226 * @see Poller#waitMultiple
229 public int waitMultiple(int maxRet, int[] fds, short[] revents) method in class:Poller
232 return waitMultiple(maxRet, fds, revents,-1L); // already synchronized
241 * @see Poller#waitMultiple
244 public synchronized int waitMultiple(int[] fds, short[] revents, method in class:Poller
265 * @see Poller#waitMultiple
268 public int waitMultiple(in method in class:Poller
[all...]

Completed in 30 milliseconds