MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~RaiiLockGuard

Method ~RaiiLockGuard

src/common/classes/locks.h:341–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 ~RaiiLockGuard()
342 {
343 try
344 {
345 if (lock)
346 lock->leave();
347 }
348 catch (const Exception&)
349 {
350 DtorException::devHalt();
351 }
352 }
353
354 void release()
355 {

Callers

nothing calls this directly

Calls 2

devHaltFunction · 0.85
leaveMethod · 0.45

Tested by

no test coverage detected