protected static class SuperClock.SleepState
extends java.lang.Object
Encapsulates thread-specific sleep state.
| Modifier and Type | Field and Description | 
|---|---|
| double | accumulatorAccumulated sleep backlog in accelseconds iff we're accumulating
 sleep. | 
| double | startStart of the current sleep in accelseconds if we're sleeping to
 deadline. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | SuperClock.SleepState() |