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

Method unlock

src/common/WorkQueue.h:454–456  ·  view source on GitHub ↗

release thread pool lock

Source from the content-addressed store, hash-verified

452 }
453 /// release thread pool lock
454 void unlock() {
455 _lock.unlock();
456 }
457
458 /// wait for a kick on this thread pool
459 void wait(ceph::condition_variable &c) {

Callers 7

_void_processMethod · 0.45
_void_process_finishMethod · 0.45
unlockMethod · 0.45
queueMethod · 0.45
dequeueMethod · 0.45
clearMethod · 0.45
unlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected