Searched defs:tryRelease (Results 1 – 7 of 7) sorted by relevance
119 protected final boolean tryRelease(int releases) { in tryRelease() method in ReentrantLock.Sync
341 protected final boolean tryRelease(int releases) { in tryRelease() method in ReentrantReadWriteLock.Sync
1078 protected boolean tryRelease(int arg) { in tryRelease() method in AbstractQueuedSynchronizer
848 protected boolean tryRelease(long arg) { in tryRelease() method in AbstractQueuedLongSynchronizer
40 public boolean tryRelease(long releases) { in tryRelease() method in AbstractQueuedLongSynchronizerTest.Mutex54 public boolean tryRelease() { in tryRelease() method in AbstractQueuedLongSynchronizerTest.Mutex
43 @Override public boolean tryRelease(int releases) { in tryRelease() method in AbstractQueuedSynchronizerTest.Mutex58 public boolean tryRelease() { in tryRelease() method in AbstractQueuedSynchronizerTest.Mutex
607 protected boolean tryRelease(int unused) { in tryRelease() method in ThreadPoolExecutor.Worker