Searched defs:keepGoing (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java37 static volatile boolean keepGoing = true; field in class:AsyncCloseChannel
61 keepGoing = false;
75 while(keepGoing) {
104 while (keepGoing) {
138 while (keepGoing) {
143 while(!wake && keepGoing) {
181 while(keepGoing) {
207 while(!ready && keepGoing) {
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java57 boolean keepGoing(int i) { return (i % 128 != 0) || ! done; } method in class:RacingCollections.Frobber
77 for (int i = 0; keepGoing(i); i++) {
88 for (int i = 0; keepGoing(i); i++) {
107 for (int i = 0; keepGoing(i); i++) {
118 for (int i = 0; keepGoing(i); i++) {
124 for (int i = 0; keepGoing(i); i++) {
158 boolean keepGoing() { method in class:RacingCollections.Looper
177 for (Looper looper = new Looper(); looper.keepGoing(); )

Completed in 31 milliseconds