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

Method lock

src/common/WorkQueue.h:450–452  ·  view source on GitHub ↗

take thread pool lock

Source from the content-addressed store, hash-verified

448
449 /// take thread pool lock
450 void lock() {
451 _lock.lock();
452 }
453 /// release thread pool lock
454 void unlock() {
455 _lock.unlock();

Callers 7

_void_processMethod · 0.45
_void_process_finishMethod · 0.45
lockMethod · 0.45
queueMethod · 0.45
dequeueMethod · 0.45
clearMethod · 0.45
lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected