Searched defs:numOwnedMonitors (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/ |
H A D | LockingThread.java | 107 int numOwnedMonitors; field in class:LockingThread 114 int numOwnedMonitors, 117 this.numOwnedMonitors = numOwnedMonitors; 126 if (monitors.length != numOwnedMonitors) { 130 " not matched. Expected: " + numOwnedMonitors); 113 setExpectedResult(Lock waitingLock, int numOwnedMonitors, Map<String, Lock[]> ownedMonitors) argument
|
H A D | SynchronizerLockingThread.java | 104 int numOwnedMonitors; field in class:SynchronizerLockingThread 114 int numOwnedMonitors, 120 this.numOwnedMonitors = numOwnedMonitors; 130 if (monitors.length != numOwnedMonitors) { 134 " not matched. Expected: " + numOwnedMonitors); 113 setExpectedResult(Lock waitingLock, int numOwnedMonitors, Map<String, Lock[]> ownedMonitors, Condition waitingSync, int numOwnedSyncs, Map<String, ReentrantLock[]> ownedSyncs) argument
|
Completed in 1796 milliseconds