Searched defs:nof_threads (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp252 unsigned nof_threads = global_stats()->allocating_threads_avg(); local
255 (nof_threads * target_refills());
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp133 int nof_threads = Threads::number_of_threads(); local
136 tty->print_cr("Safepoint synchronization initiated. (%d)", nof_threads);
147 _waiting_to_block = nof_threads;
149 int still_running = nof_threads;
255 begin_statistics(nof_threads, still_running);
1175 void SafepointSynchronize::begin_statistics(int nof_threads, int nof_running) { argument
1187 spstat->_nof_total_threads = nof_threads;

Completed in 45 milliseconds