Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java472 thread.waitUntilHoldingLock(); in testReentrantLock_tryLock()
483 thread.waitUntilHoldingLock(); in testReentrantWriteLock_tryLock()
496 thread.waitUntilHoldingLock(); in testReentrantReadLock_tryLock()
528 void waitUntilHoldingLock() throws InterruptedException { in waitUntilHoldingLock() method in CycleDetectingLockFactoryTest.LockingThread