Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ LCK_OWNER_ID_DBB
Function
LCK_OWNER_ID_DBB
src/jrd/lck.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
// globals and macros
99
100
inline LOCK_OWNER_T LCK_OWNER_ID_DBB(thread_db* tdbb)
101
{
102
return (LOCK_OWNER_T) getpid() << 32 | tdbb->getDatabase()->dbb_lock_owner_id;
103
}
104
105
inline LOCK_OWNER_T LCK_OWNER_ID_ATT(thread_db* tdbb)
106
{
Callers
1
LCK_init
Function · 0.85
Calls
1
getDatabase
Method · 0.80
Tested by
no test coverage detected