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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp167 jlong sleep_ticks() { return (_timer_pending_reset ? 0 : _sleep_timer.active_ticks()); } function in class:ThreadStatistics
232 jlong sleep_ticks() { return _sleep_ticks; } function in class:ThreadSnapshot
H A DthreadService.cpp732 _sleep_ticks = stat->sleep_ticks();
H A Dmanagement.cpp267 waited_time = Management::ticks_to_ms(snapshot->monitor_wait_ticks() + snapshot->sleep_ticks());

Completed in 44 milliseconds