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

/openjdk9/hotspot/src/share/vm/services/
H A DthreadService.hpp165 jlong monitor_wait_count() { return (_count_pending_reset ? 0 : _monitor_wait_count); } function in class:ThreadStatistics
230 jlong monitor_wait_count() { return _monitor_wait_count; } function in class:ThreadSnapshot

Completed in 39 milliseconds