Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ XThreadMutex
Method
XThreadMutex
src/common/classes/XThreadMutex.h:39–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
{
38
public:
39
XThreadMutex()
40
{
41
Semaphore::release();
42
#ifdef DEV_BUILD
43
locked = false;
44
#endif
45
}
46
47
~XThreadMutex()
48
{
Callers
nothing calls this directly
Calls
1
release
Function · 0.70
Tested by
no test coverage detected