Searched refs:walk_monitor_list (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, function in class:ObjectSynchronizer
1521 int deflatedcount = walk_monitor_list(cur->omInUseList_addr(), &FreeHead, &FreeTail);
1531 int deflatedcount = walk_monitor_list((ObjectMonitor **)&gOmInUseList, &FreeHead, &FreeTail);

Completed in 35 milliseconds