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

Method incWorkers

src/jrd/WorkerAttachment.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void WorkerAttachment::incWorkers()
187{
188 fb_assert(Config::getServerMode() == MODE_SUPER);
189
190 MutexLockGuard guard(m_mutex, FB_FUNCTION);
191 ++m_cntWorkers;
192}
193
194void WorkerAttachment::decWorkers()
195{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected