HomeSort by relevance Sort by last modified time
    Searched refs:lockInterruptibly (Results 1 - 25 of 47) sorted by null

1 2

  /libcore/luni/src/main/java/java/util/concurrent/locks/
Lock.java 70 * interrupted ({@link #lockInterruptibly}, and an attempt to acquire
205 void lockInterruptibly() throws InterruptedException;
ReentrantLock.java 311 public void lockInterruptibly() throws InterruptedException {
ReentrantReadWriteLock.java 744 public void lockInterruptibly() throws InterruptedException {
    [all...]
StampedLock.java 371 * for method {@link Lock#lockInterruptibly()}.
458 * for method {@link Lock#lockInterruptibly()}.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerImpl.java 93 mCameraLock.lockInterruptibly();
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
SecurityLogMonitor.java 167 mLock.lockInterruptibly();
197 mLock.lockInterruptibly();
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 54 * {@code lockInterruptibly()}, or {@code tryLock()} methods will result in the
826 public void lockInterruptibly() throws InterruptedException {
829 super.lockInterruptibly();
    [all...]
Monitor.java 364 lock.lockInterruptibly();
425 lock.lockInterruptibly();
595 lock.lockInterruptibly();
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 182 lock.lockInterruptibly();
227 lock.lockInterruptibly();
ArrayBlockingQueue.java 305 lock.lockInterruptibly();
329 lock.lockInterruptibly();
355 lock.lockInterruptibly();
368 lock.lockInterruptibly();
    [all...]
LinkedBlockingQueue.java 310 putLock.lockInterruptibly();
351 putLock.lockInterruptibly();
410 takeLock.lockInterruptibly();
433 takeLock.lockInterruptibly();
    [all...]
LinkedBlockingDeque.java 383 lock.lockInterruptibly();
406 lock.lockInterruptibly();
487 lock.lockInterruptibly();
505 lock.lockInterruptibly();
    [all...]
PriorityBlockingQueue.java 515 lock.lockInterruptibly();
529 lock.lockInterruptibly();
    [all...]
ScheduledThreadPoolExecutor.java     [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantReadWriteLockTest.java 38 * A runnable calling lockInterruptibly
44 lock.writeLock().lockInterruptibly();
49 * A runnable calling lockInterruptibly that expects to be
56 lock.writeLock().lockInterruptibly();
311 * write-lockInterruptibly is interruptible
321 lock.writeLock().lockInterruptibly();
351 * read-lockInterruptibly is interruptible
361 lock.readLock().lockInterruptibly();
831 * write lockInterruptibly succeeds if unlocked, else is interruptible
839 lock.writeLock().lockInterruptibly();
    [all...]
ReentrantLockTest.java 37 * A checked runnable calling lockInterruptibly
43 lock.lockInterruptibly();
48 * A checked runnable calling lockInterruptibly that expects to be
55 lock.lockInterruptibly();
473 * lockInterruptibly succeeds when unlocked, else is interruptible
480 lock.lockInterruptibly();
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
BlockingArrayQueue.java 280 _headLock.lockInterruptibly(); // Size cannot shrink
333 _headLock.lockInterruptibly(); // Size cannot shrink
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 437 milliseconds

1 2