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

Method drain

src/common/WorkQueue.h:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 pool->_cond.notify_one();
201 }
202 void drain() {
203 pool->drain(this);
204 }
205 protected:
206 void lock() {
207 pool->lock();

Callers

nothing calls this directly

Calls 1

drainMethod · 0.45

Tested by

no test coverage detected