Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~FileExtendLockGuard
Method
~FileExtendLockGuard
src/jrd/os/win32/winnt.cpp:77–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
~FileExtendLockGuard()
78
{
79
if (m_lock)
80
{
81
if (m_exclusive)
82
m_lock->endWrite();
83
else
84
m_lock->endRead();
85
}
86
}
87
88
private:
89
// copying is prohibited
Callers
nothing calls this directly
Calls
2
endWrite
Method · 0.80
endRead
Method · 0.80
Tested by
no test coverage detected