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

/openjdk9/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java37 static volatile boolean keepGoing = true; field in class:AsyncCloseChannel
/openjdk9/jdk/test/java/util/Collections/
H A DRacingCollections.java57 boolean keepGoing(int i) { return (i % 128 != 0) || ! done; } method in class:RacingCollections.Frobber
160 boolean keepGoing() { method in class:RacingCollections.Looper

Completed in 98 milliseconds