Searched refs:thread1 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/font/Threads/
H A DFontThread.java35 static FontThread thread1; field in class:FontThread
40 thread1 = new FontThread("SansSerif");
43 thread1.dometrics(60); // load classes first
44 thread1.start();
50 thread1.join();
81 thread1.interrupt();
/openjdk7/jdk/test/java/security/Security/ClassLoaderDeadlock/
H A DDeadlock2.java61 Thread thread1 = new Thread(readObjectRunnable, "Read Object");
64 thread1.start();
67 thread1.join();
/openjdk7/jdk/test/com/sun/jdi/
H A DResumeOneThreadTest.java95 ThreadReference thread1 = null; field in class:ResumeOneThreadTest
113 thread1 = eventThread;
129 if (thread1 == null || thread2 == null) {
145 t1sf0 = thread1.frame(0);
162 // Can we get frames for thread1?
164 StackFrame t1sf0_1 = thread1.frame(0);
186 thread1.resume();
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4168625Test.java279 ConcurrentLoadingThread thread1 = new ConcurrentLoadingThread(loader, test, new Locale("en", "CA"));
282 thread1.start(); //start thread 1
283 loader.waitForNotify(1); //wait for thread1 to do getBundle & block in loader
289 if (!thread1.isAlive() || thread2.isAlive()) {
293 thread1.ping(); //continue thread1
294 thread1.join();
309 ConcurrentLoadingThread thread1 = new ConcurrentLoadingThread(loader, test, new Locale("en", "US"));
310 thread1.start(); //start thread 1
311 loader.waitForNotify(1); //wait for thread1 t
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java149 private Thread thread1, thread2, thread3; field in class:KDC
1156 thread1 = new Thread() {
1172 thread1.setDaemon(asDaemon);
1173 thread1.start();
1214 thread1.stop();

Completed in 45 milliseconds