Searched refs:TestThread (Results 1 – 10 of 10) sorted by relevance
112 class TestThread extends Thread { in test_notify() class113 public TestThread(String name) { in test_notify() method in ObjectTest.TestThread146 List<TestThread> threads = new ArrayList<>(); in test_notify()148 TestThread thread = new TestThread("TestThread " + i); in test_notify()189 class TestThread implements Runnable { in test_notifyAll() class217 new Thread(new TestThread()).start(); in test_notifyAll()268 class TestThread extends Thread { in test_wait() class293 TestThread thread = new TestThread(); in test_wait()374 class TestThread extends Thread { in test_waitJI() class402 TestThread thread = new TestThread(); in test_waitJI()
25 private abstract static class TestThread extends Thread { class in OldAndroidPipedStreamTest47 TestThread reader, writer; in testA()49 reader = new TestThread() { in testA()73 writer = new TestThread() { in testA()114 TestThread reader, writer; in testB()116 reader = new TestThread() { in testB()152 writer = new TestThread() { in testB()200 TestThread reader, writer; in testC()202 reader = new TestThread() { in testC()223 writer = new TestThread() { in testC()
96 class TestThread extends Thread { in test_get_SoftReference() class104 TestThread t = new TestThread(); in test_get_SoftReference()123 TestThread t = new TestThread(); in test_get_SoftReference()
175 class TestThread extends Thread { in test_subclass() class189 Thread t = new TestThread(); in test_subclass()288 class TestThread extends Thread { in test_finalizeReferenceInteraction() class297 Thread t = new TestThread(); in test_finalizeReferenceInteraction()
86 class TestThread extends Thread { in check_gcInteraction() class99 Thread t = new TestThread(); in check_gcInteraction()
18 public abstract class TestThread implements Runnable { class26 TestThread(String[] names) { in TestThread() method in TestThread
25 public class SecretKeyFactoryThread extends TestThread {
21 public class MacThread extends TestThread {
25 public class KeyGeneratorThread extends TestThread {
31 public class KeyAgreementThread extends TestThread {