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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp126 jlong _monitor_wait_count; member in class:ThreadStatistics
147 _monitor_wait_count = 0;
164 jlong monitor_wait_count() { return (_count_pending_reset ? 0 : _monitor_wait_count); }
169 void monitor_wait() { check_and_reset_count(); _monitor_wait_count++; }
201 jlong _monitor_wait_count; member in class:ThreadSnapshot
229 jlong monitor_wait_count() { return _monitor_wait_count; }
H A DthreadService.cpp713 _monitor_wait_count = 0;
731 _monitor_wait_count = stat->monitor_wait_count();

Completed in 80 milliseconds