Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ endWrite
Method
endWrite
src/common/classes/rwlock.h:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
unblockWaiting();
175
}
176
void endWrite()
177
{
178
if (lock.exchangeAdd(LOCK_WRITER_OFFSET) == -LOCK_WRITER_OFFSET)
179
unblockWaiting();
180
}
181
};
182
183
Callers
7
release
Method · 0.80
unlockStateRead
Method · 0.80
blockingAstHandler
Method · 0.80
StateWriteGuard
Method · 0.80
~StateWriteGuard
Method · 0.80
~FileExtendLockGuard
Method · 0.80
release
Method · 0.80
Calls
2
raise
Function · 0.85
exchangeAdd
Method · 0.80
Tested by
no test coverage detected