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

Method expired

src/jrd/jrd.cpp:9146–9153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9144}
9145#else
9146bool TimeoutTimer::expired() const
9147{
9148 if (!m_start)
9149 return false;
9150
9151 const SINT64 t = currTime();
9152 return t >= m_start + m_value - 1;
9153}
9154
9155unsigned int TimeoutTimer::timeToExpire() const
9156{

Callers 3

fetchMethod · 0.45
getCancelStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected