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

Method clear

src/common/WorkQueue.h:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 pool->_lock.unlock();
269 }
270 void clear() {
271 pool->_lock.lock();
272 _clear();
273 pool->_lock.unlock();
274 }
275
276 void lock() {
277 pool->lock();

Callers 2

_clearMethod · 0.45
_clearMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected