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

Method set

src/jrd/Database.cpp:582–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580 }
581
582 void Database::Linger::set(unsigned seconds)
583 {
584 if (dbb && !active)
585 {
586 FbLocalStatus s;
587 TimerInterfacePtr()->start(&s, this, seconds * 1000 * 1000);
588 check(&s);
589 active = true;
590 }
591 }
592
593 void Database::Linger::destroy()
594 {

Callers 12

aggExecuteMethod · 0.45
yylexAuxMethod · 0.45
JRD_shutdown_databaseFunction · 0.45
evlExpFunction · 0.45
evlModFunction · 0.45
evlTruncFunction · 0.45
updateActiveSnapshotsMethod · 0.45
BLB_garbage_collectFunction · 0.45
walk_indexMethod · 0.45
executeMethod · 0.45
flushMethod · 0.45

Calls 3

TimerInterfacePtrClass · 0.85
checkFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected