Searched refs:invokeIndirectly (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | Invoker.java | 191 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()
|
D | UnixAsynchronousSocketChannelImpl.java | 304 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()
|
D | SimpleAsynchronousFileChannelImpl.java | 190 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()
|
D | UnixAsynchronousServerSocketChannelImpl.java | 129 Invoker.invokeIndirectly(this, handler, att, null, x); in implClose() 353 Invoker.invokeIndirectly(this, handler, att, child, exc); in implAccept()
|