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

Method getIdleExpireTime

src/jrd/extds/ExtDS.cpp:1264–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262}
1263
1264time_t ConnectionsPool::getIdleExpireTime()
1265{
1266 if (!m_idleList)
1267 return 0;
1268
1269 MutexLockGuard guard(m_mutex, FB_FUNCTION);
1270 if (!m_idleList)
1271 return 0;
1272
1273 return m_idleList->m_prev->m_lastUsed + m_lifeTime;
1274}
1275
1276bool ConnectionsPool::checkBoundConnection(thread_db* tdbb, Connection* conn)
1277{

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected