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

Method stop

src/jrd/extds/ExtDS.cpp:1514–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512}
1513
1514void ConnectionsPool::IdleTimer::stop()
1515{
1516 MutexLockGuard guard(m_mutex, FB_FUNCTION);
1517 if (!m_time)
1518 return;
1519
1520 m_time = 0;
1521
1522 FbLocalStatus s;
1523 ITimerControl* timerCtrl = Firebird::TimerInterfacePtr();
1524 timerCtrl->stop(&s, this);
1525}
1526
1527
1528// Transaction

Callers 2

clearMethod · 0.45
startMethod · 0.45

Calls 1

TimerInterfacePtrClass · 0.85

Tested by

no test coverage detected