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

Method release

src/jrd/Monitoring.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245
246void MonitoringData::release()
247{
248 m_sharedMemory->mutexUnlock();
249 m_localMutex.leave();
250}
251
252
253void MonitoringData::enumerate(const char* userName, ULONG generation, SessionList& sessions)

Callers

nothing calls this directly

Calls 2

mutexUnlockMethod · 0.80
leaveMethod · 0.45

Tested by

no test coverage detected