Searched defs:tryRelease (Results 1 – 10 of 10) sorted by relevance
187 protected final boolean tryRelease(int releases) { in tryRelease() method in ReentrantLock.Sync
153 protected final boolean tryRelease(int releases) { in tryRelease() method in ReentrantLock.Sync
371 protected final boolean tryRelease(int releases) { in tryRelease() method in ReentrantReadWriteLock.Sync
659 protected boolean tryRelease(long arg) { in tryRelease() method in AbstractQueuedLongSynchronizer
1127 protected boolean tryRelease(int arg) { in tryRelease() method in AbstractQueuedSynchronizer
59 @Override public boolean tryRelease(int releases) { in tryRelease() method in AbstractQueuedSynchronizerTest.Mutex74 public boolean tryRelease() { in tryRelease() method in AbstractQueuedSynchronizerTest.Mutex
56 public boolean tryRelease(long releases) { in tryRelease() method in AbstractQueuedLongSynchronizerTest.Mutex70 public boolean tryRelease() { in tryRelease() method in AbstractQueuedLongSynchronizerTest.Mutex
472 protected boolean tryRelease(int unused) { in tryRelease() method in ThreadPoolExecutor.Worker
661 protected boolean tryRelease(int unused) { in tryRelease() method in ThreadPoolExecutor.Worker
1733 private boolean tryRelease(long c, WorkQueue v, long inc) { in tryRelease() method in ForkJoinPool