Searched refs:heldLock (Results 1 – 2 of 2) sorted by relevance
41 private static String getLockedString(Object heldLock) { in getLockedString() argument42 return String.format("- locked <0x%08x> (a %s)", System.identityHashCode(heldLock), in getLockedString()43 heldLock.getClass().getName()); in getLockedString()
273 for (Object heldLock : locks) { in getTo()274 if (heldLock == searchFor) { in getTo()