Searched refs:join (Results 101 - 125 of 390) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java231 serverThread.join();
233 clientThread.join();
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargePacket.java189 serverThread.join();
191 clientThread.join();
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DDoStatement.java62 vset = vset.join(newctx.vsContinue);
71 vset = newctx.vsBreak.join(cvars.vsFalse);
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java78 thread.join(5000);
81 thread.join(5000);
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DTieredArriveLoops.java89 t1.join();
90 t2.join();
/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DProcessTools.java83 outPumperThread.join();
84 errPumperThread.join();
/openjdk7/jdk/src/share/sample/nio/multicast/
H A DReader.java112 // join group and block addresses on the exclude list
113 MembershipKey key = dc.join(target.group(), target.interf());
118 // join with source-specific membership for each source
120 dc.join(target.group(), target.interf(), source);
/openjdk7/jdk/src/share/classes/java/net/
H A DAbstractPlainDatagramSocketImpl.java175 * @param multicast address to join.
177 protected void join(InetAddress inetaddr) throws IOException { method in class:AbstractPlainDatagramSocketImpl
178 join(inetaddr, null);
190 * @param multicast address to join.
202 join(((InetSocketAddress)mcastaddr).getAddress(), netIf);
205 protected abstract void join(InetAddress inetaddr, NetworkInterface netIf) method in class:AbstractPlainDatagramSocketImpl
H A DDatagramSocketImpl.java184 * @param inetaddr multicast address to join.
188 protected abstract void join(InetAddress inetaddr) throws IOException; method in class:DatagramSocketImpl
200 * @param mcastaddr address to join.
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp99 // make sure that we do not join the STS until the root regions
193 _sts.join();
220 // regions coming. We have to do this before we join the STS
221 // (in fact, we should not attempt to join the STS in the
226 // while it's trying to join the STS, which is conditional on
265 _sts.join();
281 _sts.join();
290 _sts.join();
325 // We join here because we don't want to do the "shouldConcurrentMark()"
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.hpp35 // suspended. A thread can join and later leave the set, and periodically
58 void join();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioPusher.java67 audiothread.join();
/openjdk7/hotspot/test/compiler/6863420/
H A DTest.java96 threads[i].join();
/openjdk7/hotspot/test/compiler/7009231/
H A DTest7009231.java56 aThreads[i].join();
/openjdk7/jdk/test/java/beans/Introspector/6380849/
H A DTestBeanInfo.java54 thread.join();
/openjdk7/jdk/test/java/io/PipedInputStream/
H A DCloseAndAvailableRC.java67 sink.join();
H A DConstructors.java81 reader.join();
H A DWriterLoop.java81 writer.join();
/openjdk7/jdk/test/java/io/PipedReader/
H A DConstructors.java81 reader.join();
/openjdk7/jdk/test/java/io/PrintStream/
H A DOversynchronizedTest.java60 t[i].join();
/openjdk7/jdk/test/java/io/PrintWriter/
H A DOversynchronizedTest.java60 t[i].join();
/openjdk7/jdk/test/java/lang/System/finalization/
H A DFinThreads.java55 t.join();
/openjdk7/jdk/test/java/lang/ThreadLocal/
H A DTLRemoveTest.java89 th[i].join();
/openjdk7/jdk/test/java/lang/ref/
H A DNullQueue.java57 t.join();
/openjdk7/jdk/test/java/net/Socks/
H A DSocksProxyVersion.java78 serverThread.join();

Completed in 158 milliseconds

1234567891011>>