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

Method unlockState

src/jrd/replication/ChangeLog.cpp:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void ChangeLog::unlockState()
475{
476 m_sharedMemory->mutexUnlock();
477 m_localMutex.leave();
478}
479
480void ChangeLog::linkSelf()
481{

Callers 3

~LockGuardMethod · 0.80
releaseMethod · 0.80
LockCheckoutMethod · 0.80

Calls 2

mutexUnlockMethod · 0.80
leaveMethod · 0.45

Tested by

no test coverage detected