MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~TimerGuard

Method ~TimerGuard

src/jrd/jrd.h:757–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 }
756
757 ~TimerGuard()
758 {
759 if (m_autoStop)
760 m_tdbb->tdbb_reqTimer->stop();
761
762 m_tdbb->tdbb_reqTimer = m_saveTimer;
763 }
764
765 private:
766 thread_db* m_tdbb;

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected