Searched defs:sleep_count (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/services/ | ||
| H A D | threadService.hpp | 166 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 |
Completed in 33 milliseconds