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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp116 static int walk_monitor_list(ObjectMonitor** listheadp,
H A Dsynchronizer.cpp1469 int ObjectSynchronizer::walk_monitor_list(ObjectMonitor** listheadp, argument
1476 for (mid = *listheadp; mid != NULL; ) {
1484 if (mid == *listheadp) {
1485 *listheadp = mid->FreeNext;

Completed in 64 milliseconds