Searched defs:tryAcquire (Results 1 – 11 of 11) sorted by relevance
368 public boolean tryAcquire() { in tryAcquire() method in Semaphore413 public boolean tryAcquire(long timeout, TimeUnit unit) in tryAcquire() method in Semaphore534 public boolean tryAcquire(int permits) { in tryAcquire() method in Semaphore589 public boolean tryAcquire(int permits, long timeout, TimeUnit unit) in tryAcquire() method in Semaphore
653 protected boolean tryAcquire(int unused) { in tryAcquire() method in ThreadPoolExecutor.Worker
149 protected boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.FairSync167 protected boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.NonfairSync
219 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.NonfairSync240 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantLock.FairSync
382 protected final boolean tryAcquire(int acquires) { in tryAcquire() method in ReentrantReadWriteLock.Sync
633 protected boolean tryAcquire(long arg) { in tryAcquire() method in AbstractQueuedLongSynchronizer
1101 protected boolean tryAcquire(int arg) { in tryAcquire() method in AbstractQueuedSynchronizer
54 @Override public boolean tryAcquire(int acquires) { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex70 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedSynchronizerTest.Mutex
51 public boolean tryAcquire(long acquires) { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex66 public boolean tryAcquire() { in tryAcquire() method in AbstractQueuedLongSynchronizerTest.Mutex
121 tryAcquire() { in tryAcquire() enumConstant
468 protected boolean tryAcquire(int unused) { in tryAcquire() method in ThreadPoolExecutor.Worker