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

Function PAGE_LOCK_RE_POST

src/jrd/cch.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static inline void PAGE_LOCK_RE_POST(thread_db* tdbb, BufferControl* bcb, Lock* lock)
112{
113 if (!(bcb->bcb_flags & BCB_exclusive))
114 {
115 CCH_TRACE(("LCK REP %" SQUADFORMAT, lock->getKey()));
116 LCK_re_post(tdbb, lock);
117 }
118}
119
120enum LatchState
121{

Callers 2

clear_precedenceFunction · 0.85
releaseMethod · 0.85

Calls 2

LCK_re_postFunction · 0.85
getKeyMethod · 0.45

Tested by

no test coverage detected