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