Searched refs:thread2 (Results 1 - 6 of 6) 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/java/security/Security/ClassLoaderDeadlock/
H A DDeadlock2.java62 Thread thread2 = new Thread(xmlRunnable, "XML");
65 thread2.start();
68 thread2.join();
/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/java/util/ResourceBundle/
H A DBug4168625Test.java280 ConcurrentLoadingThread thread2 = new ConcurrentLoadingThread(loader, test, new Locale("en", "IE"));
284 thread2.start(); //start second thread
285 thread2.join(); //wait until thread2 terminates.
289 if (!thread1.isAlive() || thread2.isAlive()) {
/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();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java103 for (ThreadReference thread2 : threads) {
104 if (thread2.uniqueID() == threadID) {
105 thread = thread2;

Completed in 39 milliseconds