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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInvoker.java120 static <V,A> void invokeUnchecked(CompletionHandler<V,? super A> handler, method in class:Invoker
145 Invoker.invokeUnchecked(handler, attachment, result, exc);
206 invokeUnchecked(handler, attachment, result, exc);
226 invokeUnchecked(handler, attachment, value, exc);
265 static <V,A> void invokeUnchecked(PendingFuture<V,A> future) { method in class:Invoker
269 invokeUnchecked(handler,
H A DSimpleAsynchronousFileChannelImpl.java226 Invoker.invokeUnchecked(handler, attachment, fli, exc);
336 Invoker.invokeUnchecked(handler, attachment, n, exc);
390 Invoker.invokeUnchecked(handler, attachment, n, exc);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java271 Invoker.invokeUnchecked(result);
491 Invoker.invokeUnchecked(result);
673 Invoker.invokeUnchecked(result);
H A DWindowsAsynchronousSocketChannelImpl.java282 Invoker.invokeUnchecked(result);
558 Invoker.invokeUnchecked(result);
815 Invoker.invokeUnchecked(result);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java278 Invoker.invokeUnchecked(handler, att, null, e);
430 Invoker.invokeUnchecked(handler, att, result, exc);
625 Invoker.invokeUnchecked(handler, att, result, exc);

Completed in 53 milliseconds