Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ unlock
Method
unlock
src/common/WorkQueue.h:279–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
pool->lock();
278
}
279
void unlock() {
280
pool->unlock();
281
}
282
/// wake up the thread pool (without lock held)
283
void wake() {
284
pool->wake();
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected