Searched defs:thread1 (Results 1 - 3 of 3) 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/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/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 1087 milliseconds