Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ enter
Method
enter
src/common/classes/XThreadMutex.h:52–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void enter(const char* aReason)
53
{
54
Semaphore::enter();
55
fb_assert(!locked);
56
#ifdef DEV_BUILD
57
locked = true;
58
#endif
59
reason(aReason);
60
}
61
62
bool tryEnter(const char* aReason)
63
{
Callers
nothing calls this directly
Calls
1
enter
Function · 0.70
Tested by
no test coverage detected