Home
last modified time | relevance | path

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

/art/test/1995-final-virtual-structural-multithread/src/art/
DTest1995.java149 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads() method in Test1995
169 MyThread[] threads = startThreads(NUM_THREADS); in doTest()
/art/test/2001-virtual-structural-multithread/src-art/art/
DTest2001.java208 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads() method in Test2001
229 MyThread[] threads = startThreads(NUM_THREADS); in doTest()
/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java147 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads() method in Test2005
203 MyThread[] threads = startThreads(NUM_THREADS); in doTest()