Searched defs:thread2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/awt/font/Threads/
H A DFontThread.java36 static FontThread thread2; field in class:FontThread
41 thread2 = new FontThread("Serif");
45 thread2.start();
51 thread2.join();
82 thread2.interrupt();
/openjdk7/jdk/test/com/sun/jdi/
H A DResumeOneThreadTest.java96 ThreadReference thread2 = null;; field in class:ResumeOneThreadTest
117 thread2 = eventThread;
129 if (thread1 == null || thread2 == null) {
158 thread2.resume();
159 thread2.resume();
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java149 private Thread thread1, thread2, thread3; field in class:KDC
1176 thread2 = new Thread() {
1194 thread2.setDaemon(asDaemon);
1195 thread2.start();
1215 thread2.stop();

Completed in 41 milliseconds