Searched refs:thread3 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in class:FontThread
42 thread3 = new FontThread("Monospaced");
46 thread3.start();
52 thread3.join();
83 thread3.interrupt();
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java149 private Thread thread1, thread2, thread3; field in class:KDC
1198 thread3 = new Thread() {
1208 thread3.setDaemon(true);
1209 thread3.start();
1216 thread3.stop();

Completed in 31 milliseconds