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

Method empty

src/common/WorkQueue.h:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers 9

get_tracked_keysMethod · 0.45
_void_processMethod · 0.45
_void_process_finishMethod · 0.45
drainMethod · 0.45
_emptyMethod · 0.45
_void_dequeueMethod · 0.45
frontMethod · 0.45
_emptyMethod · 0.45
_dequeueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected