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

Method Worker

src/remote/server/server.cpp:7247–7258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7245
7246
7247Worker::Worker()
7248{
7249 m_active = false;
7250 m_going = false;
7251 m_next = m_prev = NULL;
7252#ifdef DEV_BUILD
7253 m_tid = getThreadId();
7254#endif
7255
7256 MutexLockGuard guard(m_mutex, FB_FUNCTION);
7257 insert(m_active);
7258}
7259
7260Worker::~Worker()
7261{

Callers

nothing calls this directly

Calls 2

getThreadIdFunction · 0.85
insertFunction · 0.50

Tested by

no test coverage detected