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