Searched defs:_monitor_wait_count (Results 1 - 1 of 1) 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; }

Completed in 383 milliseconds