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

Method handler

src/jrd/extds/ExtDS.cpp:1472–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470
1471
1472void ConnectionsPool::IdleTimer::handler()
1473{
1474 {
1475 MutexLockGuard guard(m_mutex, FB_FUNCTION);
1476 m_time = 0;
1477 }
1478
1479 FbLocalStatus status;
1480 ThreadContextHolder tdbb(&status);
1481 m_connPool.clearIdle(tdbb, false);
1482
1483 start();
1484}
1485
1486void ConnectionsPool::IdleTimer::start()
1487{

Callers

nothing calls this directly

Calls 2

clearIdleMethod · 0.80
startFunction · 0.50

Tested by

no test coverage detected