Home
last modified time | relevance | path

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

/art/test/074-gc-thrash/src/
DMain.java162 int sleepCount = 0; field in Robin
175 sleepCount++; in run()
182 System.out.println("Robin: sleepCount=" + sleepCount); in run()
336 int sleepCount = 0; in run() local
348 sleepCount++; in run()
355 System.out.println("Large: sleepCount=" + sleepCount); in run()