MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / stop

Method stop

src/jrd/jrd.cpp:9134–9144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9132}
9133
9134void TimeoutTimer::stop()
9135{
9136 if (m_started)
9137 {
9138 m_started = 0;
9139
9140 FbLocalStatus s;
9141 ITimerControl* timerCtrl = Firebird::TimerInterfacePtr();
9142 timerCtrl->stop(&s, this);
9143 }
9144}
9145#else
9146bool TimeoutTimer::expired() const
9147{

Callers 11

shutdownMethod · 0.45
destroyMethod · 0.45
fetchMethod · 0.45
~PluginLogWriterMethod · 0.45
startMethod · 0.45
EXE_releaseFunction · 0.45
~ProfilerManagerMethod · 0.45
updateFlushTimerMethod · 0.45
~TimerGuardMethod · 0.45
~AttachmentMethod · 0.45
resetMethod · 0.45

Calls 1

TimerInterfacePtrClass · 0.85

Tested by

no test coverage detected