Searched refs:shouldListen (Results 1 – 2 of 2) sorted by relevance
89 jboolean shouldListen; in debugLoop_run() local99 shouldListen = JNI_TRUE; in debugLoop_run()108 while (shouldListen) { in debugLoop_run()196 shouldListen = !lastCommand(cmd); in debugLoop_run()227 jboolean shouldListen = JNI_TRUE; in reader() local231 while (shouldListen) { in reader()238 shouldListen = JNI_FALSE; in reader()252 shouldListen = JNI_FALSE; in reader()265 shouldListen = !lastCommand(cmd); in reader()
38 private boolean shouldListen = true; field in TargetVM114 while(shouldListen) { in run()128 shouldListen = false; in run()303 while ((!packet.replied) && shouldListen) { in waitForReply()324 shouldListen = false; in stopListening()356 if (!shouldListen) return; in run()