MCPcopy 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
100inline 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
105inline LOCK_OWNER_T LCK_OWNER_ID_ATT(thread_db* tdbb)
106{

Callers 1

LCK_initFunction · 0.85

Calls 1

getDatabaseMethod · 0.80

Tested by

no test coverage detected