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

/openjdk7/jdk/src/share/back/
H A DdebugLoop.c94 jboolean shouldListen; local
104 shouldListen = JNI_TRUE;
113 while (shouldListen) {
193 shouldListen = !lastCommand(cmd);
219 jboolean shouldListen = JNI_TRUE; local
223 while (shouldListen) {
230 shouldListen = JNI_FALSE;
243 shouldListen = !lastCommand(cmd);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DTargetVM.java38 private boolean shouldListen = true; field in class:TargetVM
114 while(shouldListen) {
128 shouldListen = false;
299 while ((!packet.replied) && shouldListen) {
320 shouldListen = false;

Completed in 45 milliseconds