Searched defs:tryAcquire (Results 1 – 9 of 9) sorted by relevance
333 public boolean tryAcquire() { in tryAcquire() method in Semaphore378 public boolean tryAcquire(long timeout, TimeUnit unit) in tryAcquire() method in Semaphore495 public boolean tryAcquire(int permits) { in tryAcquire() method in Semaphore550 public boolean tryAcquire(int permits, long timeout, TimeUnit unit) in tryAcquire() method in Semaphore
599 protected boolean tryAcquire(int unused) { in tryAcquire() method in ThreadPoolExecutor.Worker
183 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.NonfairSync202 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.FairSync
352 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantReadWriteLock.Sync
1052 protected boolean tryAcquire(int arg) { in tryAcquire() method in AbstractQueuedSynchronizer
822 protected boolean tryAcquire(long arg) { in tryAcquire() method in AbstractQueuedLongSynchronizer
35 public boolean tryAcquire(long acquires) { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex50 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex
38 @Override public boolean tryAcquire(int acquires) { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex54 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex
108 tryAcquire() { in tryAcquire() enumConstant