Home
last modified time | relevance | path

Searched refs:invokeIndirectly (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java191 invokeIndirectly(channel, handler, attachment, result, exc); in invoke()
208 static <V,A> void invokeIndirectly(AsynchronousChannel channel, in invokeIndirectly() method in Invoker
232 static <V,A> void invokeIndirectly(final CompletionHandler<V,? super A> handler, in invokeIndirectly() method in Invoker
312 static <V,A> void invokeIndirectly(PendingFuture<V,A> future) { in invokeIndirectly() method in Invoker
316 invokeIndirectly(future.channel(), in invokeIndirectly()
DUnixAsynchronousSocketChannelImpl.java304 Invoker.invokeIndirectly(this, handler, att, null, e); in finishConnect()
456 Invoker.invokeIndirectly(this, handler, att, result, exc); in finishRead()
485 Invoker.invokeIndirectly(ch, handler, att, null, exc);
579 Invoker.invokeIndirectly(this, handler, attachment, (V)result, exc); in implRead()
651 Invoker.invokeIndirectly(this, handler, att, result, exc); in finishWrite()
677 Invoker.invokeIndirectly(UnixAsynchronousSocketChannelImpl.this,
762 Invoker.invokeIndirectly(this, handler, attachment, (V)result, exc); in implWrite()
DSimpleAsynchronousFileChannelImpl.java190 Invoker.invokeIndirectly(handler, attachment, null, exc, executor); in implLock()
305 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor); in implRead()
359 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor); in implWrite()
DUnixAsynchronousServerSocketChannelImpl.java129 Invoker.invokeIndirectly(this, handler, att, null, x); in implClose()
353 Invoker.invokeIndirectly(this, handler, att, child, exc); in implAccept()