Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
src/common/classes/rwlock.h:384–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
void release()
385
{
386
if (lock)
387
{
388
lock->endWrite();
389
lock = NULL;
390
}
391
}
392
393
private:
394
// Forbid copying
Callers
nothing calls this directly
Calls
1
endWrite
Method · 0.80
Tested by
no test coverage detected