Home
last modified time | relevance | path

Searched refs:TestCapacityThread (Results 1 – 1 of 1) sorted by relevance

/art/test/051-thread/src/
DMain.java43 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 Main
61 synchronized (TestCapacityThread.class) { in run()