Searched refs:join (Results 201 - 225 of 390) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DDoneTimedGetLoops.java134 thread.join(timeoutMillis + testDurationMillis);
142 thread.join(timeoutMillis);
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java112 // see that thread A is waiting for thread B (B.join()), and
125 t.join();
203 t.join();
H A DGaugeMonitorDeadlockTest.java113 // see that thread A is waiting for thread B (B.join()), and
126 t.join();
204 t.join();
H A DStringMonitorDeadlockTest.java112 // see that thread A is waiting for thread B (B.join()), and
125 t.join();
203 t.join();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java190 clientToServer.join();
191 serverToClient.join();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDevice.java92 midiInThread.join(1000);
/openjdk7/hotspot/test/compiler/8004741/
H A DTest8004741.java130 t.join();
/openjdk7/hotspot/test/compiler/6589834/
H A DTest_ia32.java64 thread.join();
/openjdk7/jdk/test/java/lang/ref/
H A DBasic.java60 t.join();
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DInterruptDeadlock.java114 r.join(10000);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAndExpression.java71 cvars.vsFalse = cvars.vsFalse.join(vsFalse);
H A DOrExpression.java71 cvars.vsTrue = cvars.vsTrue.join(vsTrue);
/openjdk7/jdk/test/java/util/concurrent/Semaphore/
H A DRacingReleases.java90 thread.join(60 * 1000);
/openjdk7/jdk/test/java/util/concurrent/atomic/
H A DLazy.java70 for (Thread t : threads) t.join();
/openjdk7/jdk/test/javax/swing/JLabel/7004134/
H A Dbug7004134.java128 thread.join();
/openjdk7/jdk/test/javax/swing/Security/6657138/
H A Dbug6657138.java100 thread.join();
/openjdk7/jdk/test/javax/swing/Security/6938813/
H A Dbug6938813.java52 thread.join();
/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DKeepAliveTimerThread.java116 thr.join();
/openjdk7/langtools/test/tools/javac/api/lib/
H A DToolTester.java70 protected <T> List<T> join(List<T> a, List<T> b) { method in class:ToolTester
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest13.java87 join (r);
107 static void join (Runner[] x) { method in class:Test13
111 x[i].join();
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java101 join(server.thread(), 10000);
262 void join(Thread thread, long millis) { try { thread.join(millis); } method in class:Accept
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DMulticastSendReceiveTests.java153 // join group
154 System.out.format("join %s @ %s\n", group.getHostAddress(),
158 key = dc.join(group, nif);
204 System.out.format("join %s @ %s only-source %s\n", group.getHostAddress(),
208 key = dc.join(group, nif, bogus);
213 System.out.format("join %s @ %s only-source %s\n", group.getHostAddress(),
215 key = dc.join(group, nif, source);
/openjdk7/jdk/test/java/util/concurrent/CountDownLatch/
H A DBasic.java114 a[i].join();
144 a[i].join();
176 a[i].join();
/openjdk7/jdk/test/java/util/logging/
H A DLoggingDeadlock2.java109 exiter.join();
213 outAccumulator.join();
214 errAccumulator.join();
/openjdk7/langtools/test/tools/javac/Paths/6638501/
H A DJarFromManifestFailure.java88 options.add(join(classPath, File.pathSeparator));
105 mainAttrs.put(Attributes.Name.CLASS_PATH, join(classPath, " "));
160 static <T> String join(Iterable<T> iter, String sep) { method in class:JarFromManifestFailure

Completed in 61 milliseconds

1234567891011>>