Home
last modified time | relevance | path

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

/art/test/1995-final-virtual-structural-multithread/src/art/
DTest1995.java109 public static final class MyThread extends Thread { class in Test1995
110 public MyThread(CountDownLatch delay, int id) { in MyThread() method in Test1995.MyThread
149 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
151 MyThread[] res = new MyThread[num_threads]; in startThreads()
153 res[i] = new MyThread(cdl, i); in startThreads()
159 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads()
160 for (MyThread t : thrs) { in finishThreads()
163 for (MyThread t : thrs) { in finishThreads()
169 MyThread[] threads = startThreads(NUM_THREADS); in doTest()
/art/test/2001-virtual-structural-multithread/src-art/art/
DTest2001.java168 public static final class MyThread extends Thread { class in Test2001
169 public MyThread(CountDownLatch delay, int id) { in MyThread() method in Test2001.MyThread
208 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
210 MyThread[] res = new MyThread[num_threads]; in startThreads()
212 res[i] = new MyThread(cdl, i); in startThreads()
219 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads()
220 for (MyThread t : thrs) { in finishThreads()
223 for (MyThread t : thrs) { in finishThreads()
229 MyThread[] threads = startThreads(NUM_THREADS); in doTest()
/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java107 public static final class MyThread extends Thread { class in Test2005
108 public MyThread(CountDownLatch delay, int id) { in MyThread() method in Test2005.MyThread
147 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
149 MyThread[] res = new MyThread[num_threads]; in startThreads()
151 res[i] = new MyThread(cdl, i); in startThreads()
157 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads()
158 for (MyThread t : thrs) { in finishThreads()
161 for (MyThread t : thrs) { in finishThreads()
203 MyThread[] threads = startThreads(NUM_THREADS); in doTest()
/art/test/720-thread-priority/src/
DMain.java26 static class MyThread extends Thread { class in Main
55 MyThread t1 = new MyThread(); in main()
/art/test/844-exception/src/
DMain.java20 static class MyThread extends Thread { class in Main
49 Thread t = new MyThread(); in main()
/art/test/845-data-image/src-art/
DMain.java117 static class MyThread extends Thread { class in Main
120 public MyThread(CyclicBarrier barrier) { in MyThread() method in Main.MyThread
180 Thread t = new MyThread(barrier); in main()
/art/test/VerifierDeps/
DMain.smali416 # Method join() is declared in the superclass of MyThread. As such, it should