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

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DAllThreadIds.java51 private static long curTotalThreadCount = 0; field in class:AllThreadIds
82 prevTotalThreadCount = curTotalThreadCount;
85 curTotalThreadCount = mbean.getTotalStartedThreadCount();
103 if (curTotalThreadCount - prevTotalThreadCount != numNewThreads) {
106 " Current Total = " + curTotalThreadCount +
122 curTotalThreadCount = mbean.getTotalStartedThreadCount();

Completed in 30 milliseconds