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

Method initialize

src/lock/lock.cpp:1197–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195
1196#ifdef USE_SHMEM_EXT
1197bool LockManager::Extent::initialize(bool)
1198{
1199 return false;
1200}
1201
1202void LockManager::Extent::mutexBug(int, const char*)
1203{ }

Callers

nothing calls this directly

Calls 6

FB_ALIGNFunction · 0.85
logAndDieFunction · 0.85
resetMethod · 0.45
getCountMethod · 0.45
pushMethod · 0.45
getHeaderMethod · 0.45

Tested by

no test coverage detected