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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp124 ObjectMonitor *waiting_monitor = thread()->current_waiting_monitor();
H A Dthread.hpp467 ObjectMonitor* current_waiting_monitor() { function in class:Thread
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp661 ObjectMonitor *mon = java_thread->current_waiting_monitor();
742 ObjectMonitor *mon = java_thread->current_waiting_monitor();
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp149 ObjectMonitor *wait_obj = thread->current_waiting_monitor();

Completed in 300 milliseconds