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

Method linkWith

src/jrd/jrd.cpp:538–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 void linkWith(Database::ExistenceRefMutex* to)
539 {
540 if (ref == to)
541 return;
542
543 leave();
544 ref = to;
545 }
546
547 void unlinkFromMutex()
548 {

Callers 2

initAttachmentFunction · 0.80
JRD_shutdown_databaseFunction · 0.80

Calls 1

leaveFunction · 0.50

Tested by

no test coverage detected