Searched refs:TestCapacityThread (Results 1 – 1 of 1) sorted by relevance
43 TestCapacityThread[] threads = new TestCapacityThread[128]; in testThreadCapacity()45 threads[i] = new TestCapacityThread(); in testThreadCapacity()48 for (TestCapacityThread thread : threads) { in testThreadCapacity()51 for (TestCapacityThread thread : threads) { in testThreadCapacity()55 System.out.println("testThreadCapacity thread count: " + TestCapacityThread.mCount); in testThreadCapacity()58 private static class TestCapacityThread extends Thread { class in Main61 synchronized (TestCapacityThread.class) { in run()