Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ RefMutexGuard
Method
RefMutexGuard
src/common/classes/RefMutex.h:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
{
53
public:
54
RefMutexGuard(RefMutex& alock, const char* f)
55
: Reference(alock), lock(&alock)
56
{
57
lock->enter(f);
58
}
59
60
~RefMutexGuard()
61
{
Callers
nothing calls this directly
Calls
1
enter
Method · 0.45
Tested by
no test coverage detected