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