Home
last modified time | relevance | path

Searched refs:LockingThread (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java469 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 CycleDetectingLockFactoryTest
511 LockingThread(Lock lock) { in LockingThread() method in CycleDetectingLockFactoryTest.LockingThread