MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / ResetDelayTimer

Function ResetDelayTimer

src/client/timer.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void ResetDelayTimer(Timer timer, double delay_time)
100{
101 timer->reset_delay(delay_time);
102}
103

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected