Searched defs:rendezvous (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4168625Test.java452 rendezvous();
500 private void rendezvous() { method in class:Bug4168625Test.Loader
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java41 * {@link #rendezvous(String,int)} methods.
582 * A rendezvous built on a condition is also provided for synchronizing
659 * Force N threads to rendezvous (ie. wait for each other) before proceeding.
666 * Obviously, if fewer than N threads make the rendezvous then the result
670 public static void rendezvous (String condition, int N) { method in class:HttpServer
682 throw new RuntimeException ("rendezvous must be called with N >= 2");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java44 * {@link #rendezvous(String,int)} methods.
787 * A rendezvous built on a condition is also provided for synchronizing
864 * Force N threads to rendezvous (ie. wait for each other) before proceeding.
871 * Obviously, if fewer than N threads make the rendezvous then the result
875 public static void rendezvous (String condition, int N) { method in class:HttpServer
887 throw new RuntimeException ("rendezvous must be called with N >= 2");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java562 * A rendezvous built on a condition is also provided for synchronizing
639 * Force N threads to rendezvous (ie. wait for each other) before proceeding.
646 * Obviously, if fewer than N threads make the rendezvous then the result
650 public static void rendezvous (String condition, int N) { method in class:TunnelProxy
662 throw new RuntimeException ("rendezvous must be called with N >= 2");

Completed in 36 milliseconds