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

Method leave

src/jrd/jrd.cpp:529–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 }
528
529 void leave()
530 {
531 if (entered)
532 {
533 ref->leave();
534 entered = false;
535 }
536 }
537
538 void linkWith(Database::ExistenceRefMutex* to)
539 {

Callers 15

REMOTE_getbytesFunction · 0.45
~GlobalPortLockMethod · 0.45
alloc_requestFunction · 0.45
SRVR_multi_threadFunction · 0.45
loopThreadFunction · 0.45
shutdownMethod · 0.45
unlockMethod · 0.45
~BurpMasterMethod · 0.45
resetMethod · 0.45
~InstanceMethod · 0.45
openMethod · 0.45
~LockTableGuardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected