Home
last modified time | relevance | path

Searched defs:tryAcquire (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DSemaphore.java333 public boolean tryAcquire() { in tryAcquire() method in Semaphore
378 public boolean tryAcquire(long timeout, TimeUnit unit) in tryAcquire() method in Semaphore
495 public boolean tryAcquire(int permits) { in tryAcquire() method in Semaphore
550 public boolean tryAcquire(int permits, long timeout, TimeUnit unit) in tryAcquire() method in Semaphore
DThreadPoolExecutor.java599 protected boolean tryAcquire(int unused) { in tryAcquire() method in ThreadPoolExecutor.Worker
/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java183 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.NonfairSync
202 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.FairSync
DReentrantReadWriteLock.java352 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantReadWriteLock.Sync
DAbstractQueuedSynchronizer.java1052 protected boolean tryAcquire(int arg) { in tryAcquire() method in AbstractQueuedSynchronizer
DAbstractQueuedLongSynchronizer.java822 protected boolean tryAcquire(long arg) { in tryAcquire() method in AbstractQueuedLongSynchronizer
/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java35 public boolean tryAcquire(long acquires) { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex
50 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex
DAbstractQueuedSynchronizerTest.java38 @Override public boolean tryAcquire(int acquires) { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex
54 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex
DSemaphoreTest.java108 tryAcquire() { in tryAcquire() method