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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp128 jlong _sleep_count; member in class:ThreadStatistics
148 _sleep_count = 0;
166 jlong sleep_count() { return (_count_pending_reset ? 0 : _sleep_count); }
173 void thread_sleep() { check_and_reset_count(); _sleep_count++; }
203 jlong _sleep_count; member in class:ThreadSnapshot
231 jlong sleep_count() { return _sleep_count; }
H A DthreadService.cpp714 _sleep_count = 0;
733 _sleep_count = stat->sleep_count();

Completed in 228 milliseconds