Searched refs:LockingThread (Results 1 – 2 of 2) sorted by relevance
447 LockingThread thread = new LockingThread(lockA); in testReentrantLock_tryLock()459 LockingThread thread = new LockingThread(writeLockA); in testReentrantWriteLock_tryLock()473 LockingThread thread = new LockingThread(readLockA); in testReentrantReadLock_tryLock()486 private static class LockingThread extends Thread { class in CycleDetectingLockFactoryTest491 LockingThread(Lock lock) { in LockingThread() method in CycleDetectingLockFactoryTest.LockingThread