Home
last modified time | relevance | path

Searched refs:keepGoing (Results 1 – 1 of 1) sorted by relevance

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