MCPcopy Create free account
hub / github.com/ceph/ceph / _empty

Method _empty

src/common/WorkQueue.h:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 m_items.clear();
338 }
339 bool _empty() override {
340 ceph_assert(ceph_mutex_is_locked(m_pool->_lock));
341 return m_items.empty();
342 }
343 void *_void_dequeue() override {
344 ceph_assert(ceph_mutex_is_locked(m_pool->_lock));
345 if (m_items.empty()) {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected