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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp92 static jlong get_live_thread_count() { return _live_threads_count->get_value() - _exiting_threads_count; } function in class:ThreadService
H A DthreadService.cpp96 _peak_threads_count->set_value(get_live_thread_count());
879 int init_size = ThreadService::get_live_thread_count();
H A Dmanagement.cpp998 return ThreadService::get_live_thread_count();

Completed in 40 milliseconds