Searched refs:isHeldByCurrentThread (Results 1 – 4 of 4) sorted by relevance
554 public boolean isHeldByCurrentThread() { in isHeldByCurrentThread() method in ReentrantLock
1183 public boolean isHeldByCurrentThread() { in isHeldByCurrentThread() method in ReentrantReadWriteLock.WriteLock
82 assertFalse(lock.isHeldByCurrentThread()); in releaseLock()105 assertFalse(lock.isHeldByCurrentThread()); in assertNotLocked()117 lock.isHeldByCurrentThread()); in assertLockedBy()487 assertTrue(lock.isHeldByCurrentThread()); in testLockInterruptibly()
108 assertFalse(lock.writeLock().isHeldByCurrentThread()); in assertNotWriteLocked()123 lock.writeLock().isHeldByCurrentThread()); in assertWriteLockedBy()826 assertTrue(lock.writeLock().isHeldByCurrentThread()); in testReadTryLock_Timeout()848 assertTrue(lock.writeLock().isHeldByCurrentThread()); in testWriteLockInterruptibly()