Searched refs:assertLockedBy (Results 1 – 1 of 1) sorted by relevance
98 void assertLockedBy(PublicReentrantLock lock, Thread t) { in assertLockedBy() method in ReentrantLockTest111 assertLockedBy(lock, Thread.currentThread()); in assertLockedByMoi()