Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ PauseTimer
Function
PauseTimer
src/client/timer.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void PauseTimer(Timer timer)
95
{
96
timer->pause();
97
}
98
99
void ResetDelayTimer(Timer timer, double delay_time)
100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected