Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ leave
Method
leave
src/common/classes/XThreadMutex.h:76–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void leave()
77
{
78
fb_assert(locked);
79
#ifdef DEV_BUILD
80
locked = false;
81
#endif
82
Semaphore::release();
83
}
84
85
private:
86
#ifdef DEV_BUILD
Callers
nothing calls this directly
Calls
1
release
Function · 0.70
Tested by
no test coverage detected