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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp119 static void begin_statistics(int nof_threads, int nof_running);
H A Dsafepoint.cpp1175 void SafepointSynchronize::begin_statistics(int nof_threads, int nof_running) { argument
1188 spstat->_nof_initial_running_threads = nof_running;
1194 if (nof_running != 0) {

Completed in 25 milliseconds