Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java36 TestThread1 thr1;
120 thr1 = new TestThread1(TestThread1.CASE_WAIT); in test_wait()
134 class TestThread1 extends Thread { class in OldObjectTest
142 public TestThread1(int option) { in TestThread1() method in OldObjectTest.TestThread1
186 thr1 = new TestThread1(TestThread1.CASE_WAIT_LONG_INT); in test_waitJI()
242 thr1 = new TestThread1(TestThread1.CASE_WAIT_LONG); in test_waitJ()