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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp149 int still_running = nof_threads; local
235 while(still_running > 0) {
242 still_running--;
255 begin_statistics(nof_threads, still_running);
258 if (still_running > 0) {
311 // Spin = (((ncpus-1) * M) + K) + F(still_running)
323 // Instead of (ncpus > 1) consider either (still_running < (ncpus + EPSILON)) or
324 // ((still_running + _waiting_to_block - TryingToBlock)) < ncpus)
341 assert(still_running == 0, "sanity check");

Completed in 30 milliseconds