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

Method release

src/common/classes/rwlock.h:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 void release()
346 {
347 if (lock)
348 {
349 lock->endRead();
350 lock = NULL;
351 }
352 }
353
354private:
355 // Forbid copying

Callers

nothing calls this directly

Calls 1

endReadMethod · 0.80

Tested by

no test coverage detected