Home
last modified time | relevance | path

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

/art/test/925-threadgroups/src/art/
DTest925.java55 ThreadGroup testGroup = new CustomThreadGroup(curGroup, "TEST GROUP"); in doTest() local
58 Thread t2 = new Thread(testGroup, "Test Thread") { in doTest()
68 printThreadGroupInfo(testGroup); in doTest()