Searched refs:waitMultiple (Results 1 - 2 of 2) 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...]
H A DPollingServer.java146 numEvents = Mux.waitMultiple(100, fds, revents);
151 * Process all the events we got from Mux.waitMultiple
237 * We have to map the fd value returned from waitMultiple

Completed in 1362 milliseconds