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

/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c166 static jboolean initDone; local
183 if (!initDone) {
186 if (initDone) {
260 initDone = JNI_TRUE;
304 static jboolean initDone; local
307 if (!initDone) {
316 initDone = JNI_TRUE;
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java183 private static boolean initDone = false; field in class:Activation
262 initDone = true;
2176 * 'initDone' flag is 'true'. The server socket supplied to
2210 * until the 'initDone' flag is 'true'.
2263 while (!initDone) {

Completed in 43 milliseconds