Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ finishWriteLock
Method
finishWriteLock
src/jrd/CryptoManager.h:247–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
void finishWriteLock()
248
{
249
if ((counter += BIG_VALUE) == 0)
250
barCond.notifyAll();
251
else
252
lockCond.notifyOne();
253
}
254
255
Firebird::Condition barCond, lockCond;
256
Firebird::Mutex mutex;
Callers
nothing calls this directly
Calls
2
notifyAll
Method · 0.80
notifyOne
Method · 0.80
Tested by
no test coverage detected