Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ LCK_OWNER_HANDLE_DBB
Function
LCK_OWNER_HANDLE_DBB
src/jrd/lck.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
inline SLONG* LCK_OWNER_HANDLE_DBB(thread_db* tdbb)
114
{
115
return &tdbb->getDatabase()->dbb_lock_owner_handle;
116
}
117
118
inline SLONG* LCK_OWNER_HANDLE_ATT(thread_db* tdbb)
119
{
Callers
3
LCK_fini
Function · 0.85
get_owner_handle
Function · 0.85
LCK_init
Function · 0.85
Calls
1
getDatabase
Method · 0.80
Tested by
no test coverage detected