Searched refs:countdown (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java141 private int countdown; field in class:SurfaceDataProxy.CountdownTracker
144 this.countdown = threshold;
148 return (--countdown >= 0);
380 * variables to cause both a threshold countdown and an update
388 * Decrement the countdown and copy the source to the cache
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.java151 int countdown = 50; // waiting max. 5 secs
152 while (countdown-- > 0 &&

Completed in 31 milliseconds