Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_process
Method · 0.45
_void_process_finish
Method · 0.45
unlock
Method · 0.45
queue
Method · 0.45
dequeue
Method · 0.45
clear
Method · 0.45
unlock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected