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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp56 static PerfCounter* _total_threads_count; member in class:ThreadService
90 static jlong get_total_thread_count() { return _total_threads_count->get_value(); }
H A DthreadService.cpp51 PerfCounter* ThreadService::_total_threads_count = NULL; member in class:ThreadService
69 _total_threads_count =
106 _total_threads_count->inc();

Completed in 35 milliseconds