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

Method dequeue

src/common/WorkQueue.h:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 return r;
264 }
265 void dequeue(T *item) {
266 pool->_lock.lock();
267 _dequeue(item);
268 pool->_lock.unlock();
269 }
270 void clear() {
271 pool->_lock.lock();
272 _clear();

Callers

nothing calls this directly

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected