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

Method lock

src/common/WorkQueue.h:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205 protected:
206 void lock() {
207 pool->lock();
208 }
209 void unlock() {
210 pool->unlock();
211 }

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected