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