Searched refs:InUseList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1146 ObjectMonitor * InUseList = Self->omInUseList; local
1149 if (InUseList != NULL) {
1152 for (curom = InUseList; curom != NULL; curom = curom->FreeNext) {
1159 guarantee (InUseTail != NULL && InUseList != NULL, "invariant");
1171 gOmInUseList = InUseList;

Completed in 1739 milliseconds