Lines Matching refs:debugThreadCount
123 static int debugThreadCount; variable
573 debugThreadCount = 0; in threadControl_initialize()
1664 if (debugThreadCount >= MAX_DEBUG_THREADS) { in threadControl_addDebugThread()
1670 debugThreads[debugThreadCount] = NULL; in threadControl_addDebugThread()
1671 saveGlobalRef(env, thread, &(debugThreads[debugThreadCount])); in threadControl_addDebugThread()
1672 if (debugThreads[debugThreadCount] == NULL) { in threadControl_addDebugThread()
1675 debugThreadCount++; in threadControl_addDebugThread()
1694 for (i = 0; i< debugThreadCount; i++) { in threadControl_removeDebugThread()
1699 for (j = i+1; j < debugThreadCount; j++) { in threadControl_removeDebugThread()
1702 debugThreadCount--; in threadControl_removeDebugThread()
1722 for (i = 0; i < debugThreadCount; i++) { in threadControl_isDebugThread()