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

Method reset

src/jrd/Database.cpp:571–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 }
570
571 void Database::Linger::reset()
572 {
573 if (active)
574 {
575 FbLocalStatus s;
576 TimerInterfacePtr()->stop(&s, this);
577 if (!(s->getState() & IStatus::STATE_ERRORS))
578 active = false;
579 }
580 }
581
582 void Database::Linger::set(unsigned seconds)
583 {

Callers 15

getClumpletsMethod · 0.45
PhysHdrMethod · 0.45
doDetachMethod · 0.45
initAttachmentFunction · 0.45
EXE_unwindFunction · 0.45
startSessionMethod · 0.45
updateFlushTimerMethod · 0.45
evlEncodeDecodeHexFunction · 0.45
evlHashFunction · 0.45
parseMethod · 0.45
sortMethod · 0.45
finalizeTpcMethod · 0.45

Calls 3

TimerInterfacePtrClass · 0.85
stopMethod · 0.45
getStateMethod · 0.45

Tested by

no test coverage detected