MCPcopy 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
113inline SLONG* LCK_OWNER_HANDLE_DBB(thread_db* tdbb)
114{
115 return &tdbb->getDatabase()->dbb_lock_owner_handle;
116}
117
118inline SLONG* LCK_OWNER_HANDLE_ATT(thread_db* tdbb)
119{

Callers 3

LCK_finiFunction · 0.85
get_owner_handleFunction · 0.85
LCK_initFunction · 0.85

Calls 1

getDatabaseMethod · 0.80

Tested by

no test coverage detected