MCPcopy Create free account
hub / github.com/badvision/jace / resetSyncTimer

Method resetSyncTimer

src/main/java/jace/core/TimedDevice.java:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 public final void resetSyncTimer() {
83 nextSync = System.nanoTime() + nanosPerInterval;
84 cycleTimer = 0;
85 }
86
87 @Override
88 public boolean suspend() {

Callers 7

TimedDeviceMethod · 0.95
setPausedMethod · 0.95
resumeMethod · 0.95
setMaxSpeedMethod · 0.95
setSpeedInHzMethod · 0.95
disableTempMaxSpeedMethod · 0.95
reconfigureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected