Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressThreadTest.java39 static class threadsafeTestThread extends Thread { class in InetAddressThreadTest
57 public threadsafeTestThread(String name, String lookupName, in threadsafeTestThread() method in InetAddressThreadTest.threadsafeTestThread
138 threadsafeTestThread thread1 = new threadsafeTestThread("1", in test_getHostName()
140 threadsafeTestThread thread2 = new threadsafeTestThread("2", in test_getHostName()
142 threadsafeTestThread thread3 = new threadsafeTestThread("3", in test_getHostName()
144 threadsafeTestThread thread4 = new threadsafeTestThread("4", in test_getHostName()