Home
last modified time | relevance | path

Searched refs:initComplete (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DdebugInit.c68 static jboolean initComplete; variable
684 initComplete = JNI_TRUE; in signalInitComplete()
695 return initComplete; in debugInit_isInitComplete()
705 while (!initComplete) { in debugInit_waitInitComplete()
765 initComplete = JNI_FALSE; in initialize()
883 initComplete = JNI_FALSE; in debugInit_reset()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java117 private boolean initComplete = false; field in VirtualMachineImpl
122 initComplete = true; in notifyInitCompletion()
129 while (!initComplete) { in waitInitCompletion()