Searched refs:threadCounter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/
H A DServerHandler.java30 static private int threadCounter = 0; field in class:ServerHandler
33 { return ++threadCounter; }
H A DClientThread.java34 static private int threadCounter = 0; field in class:ClientThread
37 { return ++threadCounter; }
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DMultiThreadTest.java51 static int threadCounter = 0; field in class:MultiThreadTest
92 threadCounter ++;
105 threadCounter --;
106 if (threadCounter == 0) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolImpl.java61 private static AtomicInteger threadCounter = new AtomicInteger(0); field in class:ThreadPoolImpl
436 return ThreadPoolImpl.threadCounter.incrementAndGet();

Completed in 1050 milliseconds