MCPcopy 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
396void shutdownTimers()
397{
398 stopTimerThread.setValue(1);
399 timerHolder.cleanup();
400}
401
402Mutex& pauseTimer()
403{

Callers 1

shutdownMethod · 0.85

Calls 2

setValueMethod · 0.45
cleanupMethod · 0.45

Tested by

no test coverage detected