Searched refs:LockingThread (Results 1 – 1 of 1) sorted by relevance
469 LockingThread thread = new LockingThread(lockA); in testReentrantLock_tryLock()480 LockingThread thread = new LockingThread(writeLockA); in testReentrantWriteLock_tryLock()493 LockingThread thread = new LockingThread(readLockA); in testReentrantReadLock_tryLock()506 private static class LockingThread extends Thread { class in CycleDetectingLockFactoryTest511 LockingThread(Lock lock) { in LockingThread() method in CycleDetectingLockFactoryTest.LockingThread