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

Method waitForWorkers

src/jrd/WorkerAttachment.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void WorkerAttachment::waitForWorkers()
204{
205 MutexLockGuard guard(m_mutex, FB_FUNCTION);
206 while (m_cntWorkers != 0)
207 m_noWorkers.wait(m_mutex);
208}
209
210WorkerAttachment* WorkerAttachment::getByName(const PathName& dbname)
211{

Callers 1

shutdownDbbMethod · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected