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

Method enter

src/jrd/jrd.cpp:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 { }
521
522 void enter()
523 {
524 fb_assert(ref);
525 ref->enter();
526 entered = true;
527 }
528
529 void leave()
530 {

Callers 11

AttachmentHolderMethod · 0.45
internalAttachMethod · 0.45
createDatabaseMethod · 0.45
initAttachmentFunction · 0.45
release_attachmentFunction · 0.45
JRD_shutdown_databaseFunction · 0.45
purge_attachmentFunction · 0.45
attachmentShutdownThreadFunction · 0.45
waitForShutdownFunction · 0.45
JRD_shutdown_attachmentFunction · 0.45
JRD_shutdown_attachmentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected