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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp214 uint num_thr = total_workers(); local
215 for (uint i = 0; i < num_thr; i++) {
223 uint num_thr = total_workers(); local
224 for (uint i = 0; i < num_thr; i++) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp565 uint num_thr = workers(); local
566 for (uint i = 0; i < num_thr; i++) {
574 uint num_thr = workers(); local
575 for (uint i = 0; i < num_thr; i++) {

Completed in 121 milliseconds