Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DSemaphore.java368 public boolean tryAcquire() { in tryAcquire() method in Semaphore
413 public boolean tryAcquire(long timeout, TimeUnit unit) in tryAcquire() method in Semaphore
534 public boolean tryAcquire(int permits) { in tryAcquire() method in Semaphore
589 public boolean tryAcquire(int permits, long timeout, TimeUnit unit) in tryAcquire() method in Semaphore
DThreadPoolExecutor.java653 protected boolean tryAcquire(int unused) { in tryAcquire() method in ThreadPoolExecutor.Worker
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/locks/
DReentrantLock.java149 protected boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.FairSync
167 protected boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.NonfairSync
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java219 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.NonfairSync
240 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.FairSync
DReentrantReadWriteLock.java382 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantReadWriteLock.Sync
DAbstractQueuedLongSynchronizer.java633 protected boolean tryAcquire(long arg) { in tryAcquire() method in AbstractQueuedLongSynchronizer
DAbstractQueuedSynchronizer.java1101 protected boolean tryAcquire(int arg) { in tryAcquire() method in AbstractQueuedSynchronizer
/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedSynchronizerTest.java54 @Override public boolean tryAcquire(int acquires) { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex
70 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex
DAbstractQueuedLongSynchronizerTest.java51 public boolean tryAcquire(long acquires) { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex
66 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex
DSemaphoreTest.java121 tryAcquire() { in tryAcquire() enumConstant
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java468 protected boolean tryAcquire(int unused) { in tryAcquire() method in ThreadPoolExecutor.Worker