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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c123 static int debugThreadCount; variable
573 debugThreadCount = 0;
1662 if (debugThreadCount >= MAX_DEBUG_THREADS) {
1668 debugThreads[debugThreadCount] = NULL;
1669 saveGlobalRef(env, thread, &(debugThreads[debugThreadCount]));
1670 if (debugThreads[debugThreadCount] == NULL) {
1673 debugThreadCount++;
1692 for (i = 0; i< debugThreadCount; i++) {
1697 for (j = i+1; j < debugThreadCount; j++) {
1700 debugThreadCount
[all...]

Completed in 37 milliseconds