MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~Worker

Method ~Worker

src/remote/server/server.cpp:7260–7267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7258}
7259
7260Worker::~Worker()
7261{
7262 MutexLockGuard guard(m_mutex, FB_FUNCTION);
7263 remove();
7264 --m_cntAll;
7265 if (m_going)
7266 --m_cntGoing;
7267}
7268
7269
7270bool Worker::wait(int timeout)

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected