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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp164 jlong monitor_wait_count() { return (_count_pending_reset ? 0 : _monitor_wait_count); } function in class:ThreadStatistics
229 jlong monitor_wait_count() { return _monitor_wait_count; } function in class:ThreadSnapshot
H A DthreadService.cpp731 _monitor_wait_count = stat->monitor_wait_count();
H A Dmanagement.cpp297 args->push_long(snapshot->monitor_wait_count() + snapshot->sleep_count());

Completed in 47 milliseconds