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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java225 Invoker.invokeIndirectly(result);
272 Invoker.invokeIndirectly(result);
286 Invoker.invokeIndirectly(result);
298 Invoker.invokeIndirectly(this, handler, attachment, null, exc);
325 Invoker.invokeIndirectly(this, handler, attachment, null, ioe);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInvoker.java176 invokeIndirectly(channel, handler, attachment, result, exc);
193 static <V,A> void invokeIndirectly(AsynchronousChannel channel, method in class:Invoker
217 static <V,A> void invokeIndirectly(final CompletionHandler<V,? super A> handler, method in class:Invoker
297 static <V,A> void invokeIndirectly(PendingFuture<V,A> future) { method in class:Invoker
301 invokeIndirectly(future.channel(),
H A DSimpleAsynchronousFileChannelImpl.java191 Invoker.invokeIndirectly(handler, attachment, null, exc, executor);
306 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor);
360 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java280 Invoker.invokeIndirectly(this, handler, att, null, e);
432 Invoker.invokeIndirectly(this, handler, att, result, exc);
461 Invoker.invokeIndirectly(ch, handler, att, null, exc);
555 Invoker.invokeIndirectly(this, handler, attachment, (V)result, exc);
627 Invoker.invokeIndirectly(this, handler, att, result, exc);
653 Invoker.invokeIndirectly(UnixAsynchronousSocketChannelImpl.this,
738 Invoker.invokeIndirectly(this, handler, attachment, (V)result, exc);
H A DUnixAsynchronousServerSocketChannelImpl.java118 Invoker.invokeIndirectly(this, handler, att, null, x);
330 Invoker.invokeIndirectly(this, handler, att, child, exc);

Completed in 3227 milliseconds