Searched refs:isLocked (Results 1 – 7 of 7) sorted by relevance
104 assertFalse(lock.isLocked()); in assertNotLocked()114 assertTrue(lock.isLocked()); in assertLockedBy()445 assertFalse(lock.isLocked()); in testIsLocked()447 assertTrue(lock.isLocked()); in testIsLocked()449 assertTrue(lock.isLocked()); in testIsLocked()451 assertTrue(lock.isLocked()); in testIsLocked()453 assertFalse(lock.isLocked()); in testIsLocked()458 assertTrue(lock.isLocked()); in testIsLocked()465 assertTrue(lock.isLocked()); in testIsLocked()468 assertFalse(lock.isLocked()); in testIsLocked()[all …]
127 assertFalse(lock.isLocked()); in assertNotLocked()137 assertTrue(lock.isLocked()); in assertLockedBy()468 assertFalse(lock.isLocked()); in testIsLocked()470 assertTrue(lock.isLocked()); in testIsLocked()472 assertTrue(lock.isLocked()); in testIsLocked()474 assertTrue(lock.isLocked()); in testIsLocked()476 assertFalse(lock.isLocked()); in testIsLocked()481 assertTrue(lock.isLocked()); in testIsLocked()488 assertTrue(lock.isLocked()); in testIsLocked()491 assertFalse(lock.isLocked()); in testIsLocked()[all …]
203 final boolean isLocked() { in isLocked() method in ReentrantLock.Sync626 public boolean isLocked() { in isLocked() method in ReentrantLock627 return sync.isLocked(); in isLocked()
84 public boolean isLocked() { in isLocked() method in ReentrantLock207 final boolean isLocked() { in isLocked() method in ReentrantLock.Sync
673 public boolean isLocked() { return isHeldExclusively(); } in isLocked() method in ThreadPoolExecutor.Worker1846 if (w.isLocked()) in getActiveCount()1885 if (w.isLocked()) in getTaskCount()1934 if (w.isLocked()) in toString()
488 public boolean isLocked() { in isLocked() method in ThreadPoolExecutor.Worker
16980 method public boolean isLocked();