HomeSort by relevance Sort by last modified time
    Searched refs:interruptible (Results 1 - 10 of 10) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
TimeLimiter.java 94 * @param interruptible whether to respond to thread interruption by aborting
99 * @throws InterruptedException if {@code interruptible} is true and our
105 TimeUnit timeoutUnit, boolean interruptible) throws Exception;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 28 * Tests for {@link Monitor}, either interruptible or uninterruptible.
52 private final boolean interruptible; field in class:MonitorTestCase
58 protected MonitorTestCase(boolean interruptible) {
59 this.interruptible = interruptible;
74 return interruptible ? "enterInterruptibly" : "enter";
82 return interruptible ? "enterIfInterruptibly" : "enterIf";
90 return interruptible ? "enterWhen" : "enterWhenUninterruptibly";
94 return interruptible ? "waitFor" : "waitForUninterruptibly";
239 // TODO: Test interrupts with both interruptible and uninterruptible monitor
    [all...]
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripController.java 109 * @param interruptible Whether this scrolling can be interrupted.
111 public void scrollToPosition(int position, int duration, boolean interruptible);
  /libcore/ojluni/src/main/java/java/util/concurrent/
Phaser.java 92 * waiting thread is interrupted. Interruptible and timeout
1087 final boolean interruptible; field in class:Phaser.QNode
    [all...]
CompletableFuture.java 1691 final boolean interruptible; field in class:CompletableFuture.Signaller
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 52 boolean interruptible; field in class:UnixCopyFile.Flags
85 if (option == ExtendedCopyOption.INTERRUPTIBLE) {
86 flags.interruptible = true;
579 if (!flags.interruptible) {
580 // non-interruptible file copy
585 // interruptible file copy
  /prebuilts/go/darwin-x86/src/net/
fd_io_plan9.go 38 // interruptible system call.
  /prebuilts/go/linux-x86/src/net/
fd_io_plan9.go 38 // interruptible system call.
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]

Completed in 507 milliseconds