MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / disablePageGC

Method disablePageGC

src/jrd/btr.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void BtrPageGCLock::disablePageGC(thread_db* tdbb, const PageNumber& page)
249{
250 page.getLockStr(getKeyPtr());
251 LCK_lock(tdbb, this, LCK_read, LCK_WAIT);
252}
253
254void BtrPageGCLock::enablePageGC(thread_db* tdbb)
255{

Callers 3

add_nodeFunction · 0.80
insert_nodeFunction · 0.80
setPageMethod · 0.80

Calls 2

LCK_lockFunction · 0.85
getLockStrMethod · 0.80

Tested by

no test coverage detected