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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp359 int Delay = 0 ; local
376 // Periodically increase Delay -- variable Delay form
382 Delay = ((Delay << 1)|1) & 0x7FF ;
383 // CONSIDER: Delay += 1 + (Delay/4); Delay &= 0x7FF ;
393 // Stall for "Delay" time units - iterations in the current implementation.
402 Steps += Delay ;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftReverb.java38 private final static class Delay { class in class:SoftReverb
43 Delay() { method in class:SoftReverb.Delay
190 private Delay delay;
221 delay = new Delay();

Completed in 4139 milliseconds