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

Method lock

src/jrd/CryptoManager.h:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 { }
123
124 void lock()
125 {
126 fb_assert(!flagLocked);
127 if (!flagLocked)
128 {
129 bs.lockBegin(tdbb);
130 flagLocked = true;
131 }
132 }
133
134 ~LockGuard()
135 {

Callers

nothing calls this directly

Calls 1

lockBeginMethod · 0.80

Tested by

no test coverage detected