Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ hasContention
Method
hasContention
src/jrd/Attachment.h:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
bool hasContention() const
272
{
273
return (waiters.load(std::memory_order_relaxed) > 0);
274
}
275
276
FB_UINT64 getLockCounter() const
277
{
Callers
1
reschedule
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected