Searched refs:heldLock (Results 1 – 1 of 1) 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()