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

/art/test/109-suspend-check/src/
H A DMain.java64 volatile protected boolean keepGoing = true; field in class:SimpleLoopThread
66 keepGoing = false;
107 while (keepGoing) {
120 while (keepGoing) {
134 while (keepGoing) {
148 while (keepGoing) {
160 while (keepGoing) {
168 volatile private long keepGoing = 7L; field in class:InfiniteDoWhileLoopWithLong
173 } while (keepGoing >= 4L);
176 keepGoing
[all...]

Completed in 389 milliseconds