| 320 | m_pool->_cond.notify_one(); |
| 321 | } |
| 322 | bool empty() { |
| 323 | std::lock_guard l(m_pool->_lock); |
| 324 | return _empty(); |
| 325 | } |
| 326 | protected: |
| 327 | PointerWQ(std::string n, |
| 328 | ceph::timespan ti, ceph::timespan sti, |
no outgoing calls
no test coverage detected