Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ clear
Method
clear
src/common/WorkQueue.h:270–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
pool->_lock.unlock();
269
}
270
void clear() {
271
pool->_lock.lock();
272
_clear();
273
pool->_lock.unlock();
274
}
275
276
void lock() {
277
pool->lock();
Callers
2
_clear
Method · 0.45
_clear
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected