Home
last modified time | relevance | path

Searched refs:Cancellable (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DCancellable.java38 abstract class Cancellable implements Runnable { class
48 protected Cancellable() { in Cancellable() method in Cancellable
119 static void runInterruptibly(Cancellable task) throws ExecutionException { in runInterruptibly()
DUnixCopyFile.java587 Cancellable copyTask = new Cancellable() { in copy()
594 Cancellable.runInterruptibly(copyTask); in copy()
/libcore/ojluni/src/main/java/sun/nio/ch/
DCancellable.java33 interface Cancellable { interface
DPendingFuture.java232 if (channel() instanceof Cancellable) in cancel()
233 ((Cancellable)channel()).onCancel(this); in cancel()
DAsynchronousServerSocketChannelImpl.java49 implements Cancellable, Groupable
DAsynchronousSocketChannelImpl.java50 implements Cancellable, Groupable
/libcore/
Dopenjdk_java_files.bp1536 "ojluni/src/main/java/sun/nio/ch/Cancellable.java",
1607 "ojluni/src/main/java/sun/nio/fs/Cancellable.java",