Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ shutdownTimers
Function
shutdownTimers
src/yvalve/MasterImplementation.cpp:396–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
void shutdownTimers()
397
{
398
stopTimerThread.setValue(1);
399
timerHolder.cleanup();
400
}
401
402
Mutex& pauseTimer()
403
{
Callers
1
shutdown
Method · 0.85
Calls
2
setValue
Method · 0.45
cleanup
Method · 0.45
Tested by
no test coverage detected