Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java47 static class PublicReentrantLock extends ReentrantLock { class in ReentrantLockTest
48 PublicReentrantLock() { super(); } in PublicReentrantLock() method in ReentrantLockTest.PublicReentrantLock
49 PublicReentrantLock(boolean fair) { super(fair); } in PublicReentrantLock() method in ReentrantLockTest.PublicReentrantLock
64 void releaseLock(PublicReentrantLock lock) { in releaseLock()
74 void waitForQueuedThread(PublicReentrantLock lock, Thread t) { in waitForQueuedThread()
88 void assertNotLocked(PublicReentrantLock lock) { in assertNotLocked()
98 void assertLockedBy(PublicReentrantLock lock, Thread t) { in assertLockedBy()
110 void assertLockedByMoi(PublicReentrantLock lock) { in assertLockedByMoi()
117 void assertHasNoWaiters(PublicReentrantLock lock, Condition c) { in assertHasNoWaiters()
124 void assertHasWaiters(PublicReentrantLock lock, Condition c, in assertHasWaiters()
[all …]