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

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

Completed in 49 milliseconds