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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp841 int maxthreads, suspendedthreadcount; local
856 suspendedthreadcount = 0;
877 threadsList[suspendedthreadcount++] = tp;
886 for (int j = 0; j < suspendedthreadcount; j++) {
894 for (int i = 0; i < suspendedthreadcount; i++) {

Completed in 35 milliseconds