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

Method lock

src/utilities/ntrace/PluginLogWriter.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void PluginLogWriter::lock()
283{
284 m_sharedMemory->mutexLock();
285}
286
287void PluginLogWriter::unlock()
288{

Callers 1

GuardMethod · 0.45

Calls 1

mutexLockMethod · 0.80

Tested by

no test coverage detected